- AbstractAccumuloFactory - Class in mil.nga.giat.geowave.datastore.accumulo
-
- AbstractAccumuloFactory() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.AbstractAccumuloFactory
-
- AbstractAccumuloPersistence<T extends Persistable> - Class in mil.nga.giat.geowave.datastore.accumulo.metadata
-
This abstract class does most of the work for storing persistable objects in
Accumulo and can be easily extended for any object that needs to be
persisted.
- AbstractAccumuloPersistence(AccumuloOperations) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.metadata.AbstractAccumuloPersistence
-
- AbstractAccumuloRowQuery<T> - Class in mil.nga.giat.geowave.datastore.accumulo.query
-
Represents a query operation by an Accumulo row.
- AbstractAccumuloRowQuery(PrimaryIndex, String[], ScanCallback<T>, DifferingFieldVisibilityEntryCount) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.query.AbstractAccumuloRowQuery
-
- AbstractAccumuloSplitsOperation - Class in mil.nga.giat.geowave.datastore.accumulo.split
-
- AbstractAccumuloSplitsOperation(DataStorePluginOptions, SplitCommandLineOptions) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.split.AbstractAccumuloSplitsOperation
-
- AbstractAccumuloStoreFactory<T> - Class in mil.nga.giat.geowave.datastore.accumulo
-
- AbstractAccumuloStoreFactory() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.AbstractAccumuloStoreFactory
-
- AbstractAdapterPersistenceEncoding - Class in mil.nga.giat.geowave.core.store.adapter
-
- AbstractAdapterPersistenceEncoding(ByteArrayId, ByteArrayId, ByteArrayId, int, PersistentDataset<CommonIndexValue>, PersistentDataset<byte[]>, PersistentDataset<Object>) - Constructor for class mil.nga.giat.geowave.core.store.adapter.AbstractAdapterPersistenceEncoding
-
- AbstractDataAdapter<T> - Class in mil.nga.giat.geowave.core.store.adapter
-
This class generically supports most of the operations necessary to implement
a Data Adapter and can be easily extended to support specific data types.
- AbstractDataAdapter() - Constructor for class mil.nga.giat.geowave.core.store.adapter.AbstractDataAdapter
-
- AbstractDataAdapter(List<PersistentIndexFieldHandler<T, ? extends CommonIndexValue, Object>>, List<NativeFieldHandler<T, Object>>, FieldVisibilityHandler<T, Object>) - Constructor for class mil.nga.giat.geowave.core.store.adapter.AbstractDataAdapter
-
- AbstractDataAdapter(List<PersistentIndexFieldHandler<T, ? extends CommonIndexValue, Object>>, List<NativeFieldHandler<T, Object>>) - Constructor for class mil.nga.giat.geowave.core.store.adapter.AbstractDataAdapter
-
- AbstractDataAdapter(List<PersistentIndexFieldHandler<T, ? extends CommonIndexValue, Object>>, List<NativeFieldHandler<T, Object>>, FieldVisibilityHandler<T, Object>, Object) - Constructor for class mil.nga.giat.geowave.core.store.adapter.AbstractDataAdapter
-
- AbstractDataStatistics<T> - Class in mil.nga.giat.geowave.core.store.adapter.statistics
-
- AbstractDataStatistics() - Constructor for class mil.nga.giat.geowave.core.store.adapter.statistics.AbstractDataStatistics
-
- AbstractDataStatistics(ByteArrayId, ByteArrayId) - Constructor for class mil.nga.giat.geowave.core.store.adapter.statistics.AbstractDataStatistics
-
- AbstractFieldRetypingSource - Class in mil.nga.giat.geowave.format.geotools.vector
-
- AbstractFieldRetypingSource() - Constructor for class mil.nga.giat.geowave.format.geotools.vector.AbstractFieldRetypingSource
-
- AbstractGeoWaveJobRunner - Class in mil.nga.giat.geowave.mapreduce
-
This class can run a basic job to query GeoWave.
- AbstractGeoWaveJobRunner(DataStorePluginOptions) - Constructor for class mil.nga.giat.geowave.mapreduce.AbstractGeoWaveJobRunner
-
- AbstractGeowavePersistence<T extends Persistable> - Class in mil.nga.giat.geowave.core.store.metadata
-
This abstract class does most of the work for storing persistable objects in
Geowave datastores and can be easily extended for any object that needs to be
persisted.
- AbstractGeowavePersistence(DataStoreOperations) - Constructor for class mil.nga.giat.geowave.core.store.metadata.AbstractGeowavePersistence
-
- AbstractGeoWaveQuery - Class in mil.nga.giat.geowave.cli.debug
-
- AbstractGeoWaveQuery() - Constructor for class mil.nga.giat.geowave.cli.debug.AbstractGeoWaveQuery
-
- AbstractGeoWaveQuery.StringToByteArrayConverter - Class in mil.nga.giat.geowave.cli.debug
-
- AbstractHBaseFactory - Class in mil.nga.giat.geowave.datastore.hbase
-
- AbstractHBaseFactory() - Constructor for class mil.nga.giat.geowave.datastore.hbase.AbstractHBaseFactory
-
- AbstractHBasePersistence<T extends Persistable> - Class in mil.nga.giat.geowave.datastore.hbase.metadata
-
- AbstractHBasePersistence(BasicHBaseOperations) - Constructor for class mil.nga.giat.geowave.datastore.hbase.metadata.AbstractHBasePersistence
-
- AbstractHBaseRowQuery<T> - Class in mil.nga.giat.geowave.datastore.hbase.query
-
- AbstractHBaseRowQuery(PrimaryIndex, String[], ScanCallback<T>) - Constructor for class mil.nga.giat.geowave.datastore.hbase.query.AbstractHBaseRowQuery
-
- AbstractHBaseStoreFactory<T> - Class in mil.nga.giat.geowave.datastore.hbase
-
- AbstractHBaseStoreFactory() - Constructor for class mil.nga.giat.geowave.datastore.hbase.AbstractHBaseStoreFactory
-
- AbstractIngestSimpleFeatureWithMapper(AbstractSimpleFeatureIngestPlugin<I>) - Constructor for class mil.nga.giat.geowave.adapter.vector.ingest.AbstractSimpleFeatureIngestPlugin.AbstractIngestSimpleFeatureWithMapper
-
- AbstractLocalFileDriver<P extends LocalPluginBase,R> - Class in mil.nga.giat.geowave.core.ingest.local
-
This class can be sub-classed to handle recursing over a local directory
structure and passing along the plugin specific handling of any supported
file for a discovered plugin.
- AbstractLocalFileDriver(LocalInputCommandLineOptions) - Constructor for class mil.nga.giat.geowave.core.ingest.local.AbstractLocalFileDriver
-
- AbstractLocalIngestWithMapper<T> - Class in mil.nga.giat.geowave.core.ingest.hdfs.mapreduce
-
This class can be sub-classed as a general-purpose recipe for parallelizing
ingestion of files either locally or by directly staging the binary of the
file to HDFS and then ingesting it within the map phase of a map-reduce job.
- AbstractLocalIngestWithMapper() - Constructor for class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.AbstractLocalIngestWithMapper
-
- AbstractLockingManagement - Class in mil.nga.giat.geowave.adapter.vector.plugin.lock
-
Simplifies Lock management from the more complex Geotools approach which is
used in several different scenarios (e.g.
- AbstractLockingManagement() - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.lock.AbstractLockingManagement
-
- AbstractMapReduceIngest<T extends Persistable & DataAdapterProvider<?>> - Class in mil.nga.giat.geowave.core.ingest.hdfs.mapreduce
-
This class can be sub-classed to run map-reduce jobs within the ingest
framework using plugins provided by types that are discovered through SPI.
- AbstractMapReduceIngest(DataStorePluginOptions, List<IndexPluginOptions>, VisibilityOptions, Path, String, IngestFromHdfsPlugin<?, ?>, T) - Constructor for class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.AbstractMapReduceIngest
-
- AbstractMemoryFactory - Class in mil.nga.giat.geowave.core.store.memory
-
- AbstractMemoryFactory() - Constructor for class mil.nga.giat.geowave.core.store.memory.AbstractMemoryFactory
-
- AbstractMemoryStoreFactory<T> - Class in mil.nga.giat.geowave.core.store.memory
-
- AbstractMemoryStoreFactory() - Constructor for class mil.nga.giat.geowave.core.store.memory.AbstractMemoryStoreFactory
-
- AbstractPartitioner<T> - Class in mil.nga.giat.geowave.analytic.partitioner
-
Basic support class for Partitioners (e.g Paritioner
- AbstractPartitioner() - Constructor for class mil.nga.giat.geowave.analytic.partitioner.AbstractPartitioner
-
- AbstractPartitioner(CommonIndexModel, double[]) - Constructor for class mil.nga.giat.geowave.analytic.partitioner.AbstractPartitioner
-
- AbstractPartitioner(double[]) - Constructor for class mil.nga.giat.geowave.analytic.partitioner.AbstractPartitioner
-
- AbstractPartitioner.NumericDataHolder - Class in mil.nga.giat.geowave.analytic.partitioner
-
- AbstractRemoveCommand - Class in mil.nga.giat.geowave.core.store.operations.config
-
Common code for removing an entry from the properties file.
- AbstractRemoveCommand() - Constructor for class mil.nga.giat.geowave.core.store.operations.config.AbstractRemoveCommand
-
- AbstractSecondaryIndexConfiguration<T> - Class in mil.nga.giat.geowave.adapter.vector.index
-
- AbstractSecondaryIndexConfiguration(Class<T>, String) - Constructor for class mil.nga.giat.geowave.adapter.vector.index.AbstractSecondaryIndexConfiguration
-
- AbstractSecondaryIndexConfiguration(Class<T>, Set<String>) - Constructor for class mil.nga.giat.geowave.adapter.vector.index.AbstractSecondaryIndexConfiguration
-
- AbstractSimpleFeatureIngestFormat<I> - Class in mil.nga.giat.geowave.adapter.vector.ingest
-
- AbstractSimpleFeatureIngestFormat() - Constructor for class mil.nga.giat.geowave.adapter.vector.ingest.AbstractSimpleFeatureIngestFormat
-
- AbstractSimpleFeatureIngestPlugin<I> - Class in mil.nga.giat.geowave.adapter.vector.ingest
-
- AbstractSimpleFeatureIngestPlugin() - Constructor for class mil.nga.giat.geowave.adapter.vector.ingest.AbstractSimpleFeatureIngestPlugin
-
- AbstractSimpleFeatureIngestPlugin.AbstractIngestSimpleFeatureWithMapper<I> - Class in mil.nga.giat.geowave.adapter.vector.ingest
-
- AbstractSplitsCommand - Class in mil.nga.giat.geowave.datastore.accumulo.operations
-
- AbstractSplitsCommand() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.operations.AbstractSplitsCommand
-
- AbstractStageWholeFileToAvro<O> - Class in mil.nga.giat.geowave.core.ingest.avro
-
This class can be sub-classed as a general-purpose recipe for parallelizing
ingestion of files by directly staging the binary of the file to Avro.
- AbstractStageWholeFileToAvro() - Constructor for class mil.nga.giat.geowave.core.ingest.avro.AbstractStageWholeFileToAvro
-
- AbstractStatsCommand - Class in mil.nga.giat.geowave.core.store.operations.remote
-
Common methods for dumping and calculating stats.
- AbstractStatsCommand() - Constructor for class mil.nga.giat.geowave.core.store.operations.remote.AbstractStatsCommand
-
- AbstractTransactionManagement - Class in mil.nga.giat.geowave.adapter.vector.plugin.transaction
-
- AbstractTransactionManagement(GeoWaveDataStoreComponents) - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.transaction.AbstractTransactionManagement
-
- accelerationX - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
The X component of the track acceleration
- accelerationY - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
The Y component of the track acceleration
- accelerationZ - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
The Z component of the track acceleration
- accept(FilterVisitor, Object) - Method in class mil.nga.giat.geowave.adapter.vector.ingest.CQLFilterOptionProvider
-
- accept(CommonIndexModel, IndexedPersistenceEncoding) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.CQLQueryFilter
-
- accept(CommonIndexModel, IndexedPersistenceEncoding<?>) - Method in class mil.nga.giat.geowave.analytic.clustering.DistortionGroupManagement.BatchIdFilter
-
- accept(CommonIndexModel, IndexedPersistenceEncoding<?>) - Method in class mil.nga.giat.geowave.core.geotime.store.filter.SpatialQueryFilter
-
- accept(CommonIndexModel, IndexedPersistenceEncoding) - Method in class mil.nga.giat.geowave.core.store.filter.AdapterIdQueryFilter
-
- accept(CommonIndexModel, IndexedPersistenceEncoding<?>) - Method in class mil.nga.giat.geowave.core.store.filter.BasicQueryFilter
-
- accept(CommonIndexModel, IndexedPersistenceEncoding) - Method in class mil.nga.giat.geowave.core.store.filter.DataIdQueryFilter
-
- accept(CommonIndexModel, IndexedPersistenceEncoding<?>) - Method in class mil.nga.giat.geowave.core.store.filter.DedupeFilter
-
- accept(CommonIndexModel, IndexedPersistenceEncoding<?>) - Method in class mil.nga.giat.geowave.core.store.filter.FilterList
-
- accept(CommonIndexModel, IndexedPersistenceEncoding) - Method in class mil.nga.giat.geowave.core.store.filter.PrefixIdQueryFilter
-
- accept(CommonIndexModel, IndexedPersistenceEncoding<?>) - Method in interface mil.nga.giat.geowave.core.store.filter.QueryFilter
-
- accept(CommonIndexModel, IndexedPersistenceEncoding) - Method in class mil.nga.giat.geowave.core.store.filter.RowIdQueryFilter
-
- accept(CommonIndexModel, IndexedPersistenceEncoding<?>) - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumberRangeFilter
-
- accept(CommonIndexModel, IndexedPersistenceEncoding<?>) - Method in class mil.nga.giat.geowave.core.store.index.temporal.DateRangeFilter
-
- accept(CommonIndexModel, IndexedPersistenceEncoding<?>) - Method in class mil.nga.giat.geowave.core.store.index.text.LikeFilter
-
- accept(CommonIndexModel, IndexedPersistenceEncoding<?>) - Method in class mil.nga.giat.geowave.core.store.index.text.TextRangeFilter
-
- accept(CommonIndexModel, IndexedPersistenceEncoding<?>) - Method in class mil.nga.giat.geowave.core.store.query.CoordinateRangeQueryFilter
-
- accept(Key, Value) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- accept(Key, Value) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.QueryFilterIterator
-
- accept(Key, Value) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.SingleEntryFilterIterator
-
- ACCEPT_QUEUE_SIZE - Static variable in class mil.nga.giat.geowave.test.service.ServicesTestEnvironment
-
- acceptRow(SortedKeyValueIterator<Key, Value>) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.SecondaryIndexQueryFilterIterator
-
- accepts(Object, Hints) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveGTRasterFormat
-
- accepts(FeatureVisitor, ProgressListener) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureCollection
-
- AccumuloAdapterIndexMappingStore - Class in mil.nga.giat.geowave.datastore.accumulo.metadata
-
This class will persist Adapter Index Mappings within an Accumulo table for
GeoWave metadata.
- AccumuloAdapterIndexMappingStore(AccumuloOperations) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloAdapterIndexMappingStore
-
- AccumuloAdapterIndexMappingStoreFactory - Class in mil.nga.giat.geowave.datastore.accumulo.metadata
-
- AccumuloAdapterIndexMappingStoreFactory() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloAdapterIndexMappingStoreFactory
-
- AccumuloAdapterStore - Class in mil.nga.giat.geowave.datastore.accumulo.metadata
-
This class will persist Data Adapters within an Accumulo table for GeoWave
metadata.
- AccumuloAdapterStore(AccumuloOperations) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloAdapterStore
-
- AccumuloAdapterStoreFactory - Class in mil.nga.giat.geowave.datastore.accumulo.metadata
-
- AccumuloAdapterStoreFactory() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloAdapterStoreFactory
-
- AccumuloCommonIndexedPersistenceEncoding - Class in mil.nga.giat.geowave.datastore.accumulo.encoding
-
Consults adapter to lookup field readers based on bitmasked fieldIds when
converting unknown data to adapter extended values
- AccumuloCommonIndexedPersistenceEncoding(ByteArrayId, ByteArrayId, ByteArrayId, int, PersistentDataset<CommonIndexValue>, FlattenedUnreadData) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.encoding.AccumuloCommonIndexedPersistenceEncoding
-
- AccumuloConstraintsQuery - Class in mil.nga.giat.geowave.datastore.accumulo.query
-
This class represents basic numeric contraints applied to an Accumulo Query
- AccumuloConstraintsQuery(List<ByteArrayId>, PrimaryIndex, Query, DedupeFilter, ScanCallback<?>, Pair<DataAdapter<?>, Aggregation<?, ?, ?>>, Pair<List<String>, DataAdapter<?>>, IndexMetaData[], DuplicateEntryCount, DifferingFieldVisibilityEntryCount, String[]) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloConstraintsQuery
-
- AccumuloConstraintsQuery(List<ByteArrayId>, PrimaryIndex, List<MultiDimensionalNumericData>, List<QueryFilter>, DedupeFilter, ScanCallback<?>, Pair<DataAdapter<?>, Aggregation<?, ?, ?>>, Pair<List<String>, DataAdapter<?>>, IndexMetaData[], DuplicateEntryCount, DifferingFieldVisibilityEntryCount, String[]) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloConstraintsQuery
-
- AccumuloDataStatisticsStore - Class in mil.nga.giat.geowave.datastore.accumulo.metadata
-
This class will persist Index objects within an Accumulo table for GeoWave
metadata.
- AccumuloDataStatisticsStore(AccumuloOperations) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloDataStatisticsStore
-
- AccumuloDataStatisticsStoreFactory - Class in mil.nga.giat.geowave.datastore.accumulo.metadata
-
- AccumuloDataStatisticsStoreFactory() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloDataStatisticsStoreFactory
-
- AccumuloDataStore - Class in mil.nga.giat.geowave.datastore.accumulo
-
This is the Accumulo implementation of the data store.
- AccumuloDataStore(AccumuloOperations) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.AccumuloDataStore
-
- AccumuloDataStore(AccumuloOperations, AccumuloOptions) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.AccumuloDataStore
-
- AccumuloDataStore(IndexStore, AdapterStore, DataStatisticsStore, SecondaryIndexDataStore, AdapterIndexMappingStore, AccumuloOperations) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.AccumuloDataStore
-
- AccumuloDataStore(IndexStore, AdapterStore, DataStatisticsStore, SecondaryIndexDataStore, AdapterIndexMappingStore, AccumuloOperations, AccumuloOptions) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.AccumuloDataStore
-
- AccumuloDataStoreFactory - Class in mil.nga.giat.geowave.datastore.accumulo
-
- AccumuloDataStoreFactory() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.AccumuloDataStoreFactory
-
- AccumuloEntryIteratorWrapper<T> - Class in mil.nga.giat.geowave.datastore.accumulo.util
-
This is used internally to translate Accumulo rows into native objects (using
the appropriate data adapter).
- AccumuloEntryIteratorWrapper(boolean, AdapterStore, PrimaryIndex, Iterator, QueryFilter) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloEntryIteratorWrapper
-
- AccumuloEntryIteratorWrapper(boolean, AdapterStore, PrimaryIndex, Iterator, QueryFilter, ScanCallback<T>) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloEntryIteratorWrapper
-
- AccumuloFilteredIndexQuery - Class in mil.nga.giat.geowave.datastore.accumulo.query
-
- AccumuloFilteredIndexQuery(List<ByteArrayId>, PrimaryIndex, ScanCallback<?>, Pair<List<String>, DataAdapter<?>>, DifferingFieldVisibilityEntryCount, String...) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloFilteredIndexQuery
-
- AccumuloIndexStore - Class in mil.nga.giat.geowave.datastore.accumulo.metadata
-
This class will persist Index objects within an Accumulo table for GeoWave
metadata.
- AccumuloIndexStore(AccumuloOperations) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloIndexStore
-
- AccumuloIndexStoreFactory - Class in mil.nga.giat.geowave.datastore.accumulo.metadata
-
- AccumuloIndexStoreFactory() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloIndexStoreFactory
-
- AccumuloIndexWriter<T> - Class in mil.nga.giat.geowave.datastore.accumulo
-
This class can write many entries for a single index by retaining a single
open writer.
- AccumuloIndexWriter(DataAdapter<T>, PrimaryIndex, AccumuloOperations, AccumuloOptions, IngestCallback<T>, Closeable) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.AccumuloIndexWriter
-
- accumuloInstance - Variable in class mil.nga.giat.geowave.test.AccumuloStoreTestEnvironment
-
- AccumuloKDEReducer - Class in mil.nga.giat.geowave.analytic.mapreduce.kde
-
- AccumuloKDEReducer() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.AccumuloKDEReducer
-
- AccumuloKeyValuePair - Class in mil.nga.giat.geowave.datastore.accumulo.util
-
Immutable wrapper object containing a single Accumulo [Key,Value] Pair
- AccumuloKeyValuePair(Key, Value) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloKeyValuePair
-
- AccumuloKeyValuePairGenerator<T> - Class in mil.nga.giat.geowave.datastore.accumulo.util
-
- AccumuloKeyValuePairGenerator(WritableDataAdapter<T>, PrimaryIndex, VisibilityWriter<T>) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloKeyValuePairGenerator
-
- AccumuloKeyValuePairGenerator(WritableDataAdapter<T>, PrimaryIndex, IngestCallback<T>, VisibilityWriter<T>) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloKeyValuePairGenerator
-
- accumuloOperations - Variable in class mil.nga.giat.geowave.datastore.accumulo.AccumuloIndexWriter
-
- AccumuloOperations - Interface in mil.nga.giat.geowave.datastore.accumulo
-
This interface is used as a basis for establishing connections for queries
and ingest processes used by the index classes.
- accumuloOperations - Variable in class mil.nga.giat.geowave.datastore.accumulo.mapreduce.GeoWaveAccumuloRecordReader
-
- accumuloOperations - Variable in class mil.nga.giat.geowave.datastore.accumulo.metadata.AbstractAccumuloPersistence
-
- accumuloOptions - Variable in class mil.nga.giat.geowave.datastore.accumulo.AccumuloIndexWriter
-
- AccumuloOptions - Class in mil.nga.giat.geowave.datastore.accumulo.operations.config
-
This class can be used to modify the behavior of the Accumulo Data Store.
- AccumuloOptions() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloOptions
-
- accumuloPassword - Variable in class mil.nga.giat.geowave.test.AccumuloStoreTestEnvironment
-
- AccumuloQuery - Class in mil.nga.giat.geowave.datastore.accumulo.query
-
This class is used internally to perform query operations against an Accumulo
data store.
- AccumuloQuery(PrimaryIndex, DifferingFieldVisibilityEntryCount, String...) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloQuery
-
- AccumuloQuery(List<ByteArrayId>, PrimaryIndex, Pair<List<String>, DataAdapter<?>>, DifferingFieldVisibilityEntryCount, String...) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloQuery
-
- AccumuloRangeLocationPair - Class in mil.nga.giat.geowave.datastore.accumulo.mapreduce
-
- AccumuloRangeLocationPair(GeoWaveRowRange, String, double) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.mapreduce.AccumuloRangeLocationPair
-
- AccumuloRangeLocationPair() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.mapreduce.AccumuloRangeLocationPair
-
- AccumuloRequiredOptions - Class in mil.nga.giat.geowave.datastore.accumulo.operations.config
-
Default, required options needed in order to execute any command for
Accumulo.
- AccumuloRequiredOptions() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloRequiredOptions
-
- AccumuloRowId - Class in mil.nga.giat.geowave.datastore.accumulo
-
- AccumuloRowId(Key) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.AccumuloRowId
-
- AccumuloRowIdsQuery<T> - Class in mil.nga.giat.geowave.datastore.accumulo.query
-
Represents a query operation for a specific set of Accumulo row IDs.
- AccumuloRowIdsQuery(DataAdapter<T>, PrimaryIndex, Collection<ByteArrayId>, ScanCallback<T>, DedupeFilter, String[]) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloRowIdsQuery
-
- AccumuloRowPrefixQuery<T> - Class in mil.nga.giat.geowave.datastore.accumulo.query
-
Represents a query operation using an Accumulo row prefix.
- AccumuloRowPrefixQuery(PrimaryIndex, ByteArrayId, ScanCallback<T>, Integer, DifferingFieldVisibilityEntryCount, String[]) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloRowPrefixQuery
-
- AccumuloRowRange - Class in mil.nga.giat.geowave.datastore.accumulo.mapreduce
-
- AccumuloRowRange(Range) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.mapreduce.AccumuloRowRange
-
- AccumuloSecondaryIndexDataStore - Class in mil.nga.giat.geowave.datastore.accumulo.index.secondary
-
- AccumuloSecondaryIndexDataStore(AccumuloOperations) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.index.secondary.AccumuloSecondaryIndexDataStore
-
- AccumuloSecondaryIndexDataStore(AccumuloOperations, AccumuloOptions) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.index.secondary.AccumuloSecondaryIndexDataStore
-
- AccumuloSecondaryIndexDataStoreFactory - Class in mil.nga.giat.geowave.datastore.accumulo.index.secondary
-
- AccumuloSecondaryIndexDataStoreFactory() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.index.secondary.AccumuloSecondaryIndexDataStoreFactory
-
- AccumuloSection - Class in mil.nga.giat.geowave.datastore.accumulo.operations
-
- AccumuloSection() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.operations.AccumuloSection
-
- AccumuloSplitsOperationCLIProvider - Class in mil.nga.giat.geowave.datastore.accumulo.operations
-
- AccumuloSplitsOperationCLIProvider() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.operations.AccumuloSplitsOperationCLIProvider
-
- AccumuloSplitsProvider - Class in mil.nga.giat.geowave.datastore.accumulo.mapreduce
-
- AccumuloSplitsProvider() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.mapreduce.AccumuloSplitsProvider
-
- AccumuloStoreFactoryFamily - Class in mil.nga.giat.geowave.datastore.accumulo
-
- AccumuloStoreFactoryFamily() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.AccumuloStoreFactoryFamily
-
- AccumuloStoreTestEnvironment - Class in mil.nga.giat.geowave.test
-
- AccumuloUnreadDataList - Class in mil.nga.giat.geowave.datastore.accumulo.encoding
-
- AccumuloUnreadDataList(List<FlattenedUnreadData>) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.encoding.AccumuloUnreadDataList
-
- accumuloUser - Variable in class mil.nga.giat.geowave.test.AccumuloStoreTestEnvironment
-
- AccumuloUtils - Class in mil.nga.giat.geowave.datastore.accumulo.util
-
A set of convenience methods for common operations on Accumulo within
GeoWave, such as conversions between GeoWave objects and corresponding
Accumulo objects.
- AccumuloUtils() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloUtils
-
- ACQUISITION_DATE_ATTRIBUTE_NAME - Static variable in class mil.nga.giat.geowave.format.landsat8.SceneFeatureIterator
-
- ACTION_COUNTRY_CODE_ATTRIBUTE - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- ACTION_COUNTRY_CODE_COLUMN_ID - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- ACTOR_1_COUNTRY_CODE_ATTRIBUTE - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- ACTOR_1_COUNTRY_CODE_COLUMN_ID - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- ACTOR_1_NAME_ATTRIBUTE - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- ACTOR_1_NAME_COLUMN_ID - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- ACTOR_2_COUNTRY_CODE_ATTRIBUTE - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- ACTOR_2_COUNTRY_CODE_COLUMN_ID - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- ACTOR_2_NAME_ATTRIBUTE - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- ACTOR_2_NAME_COLUMN_ID - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- adapter - Variable in class mil.nga.giat.geowave.core.store.index.DataStoreIndexWriter
-
- ADAPTER_CF - Static variable in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseAdapterStore
-
- ADAPTER_FIELD_NUMBER - Static variable in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
- ADAPTER_FIELD_NUMBER - Static variable in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
- ADAPTER_ID - Static variable in class mil.nga.giat.geowave.analytic.clustering.DistortionGroupManagement.DistortionDataAdapter
-
- ADAPTER_ID - Static variable in class mil.nga.giat.geowave.datastore.accumulo.query.SingleEntryFilterIterator
-
- ADAPTER_ID - Static variable in class mil.nga.giat.geowave.datastore.hbase.query.SingleEntryFilter
-
- ADAPTER_ID - Static variable in class mil.nga.giat.geowave.format.stanag4676.image.ImageChipDataAdapter
-
- ADAPTER_INDEX_CF - Static variable in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseAdapterIndexMappingStore
-
- ADAPTER_OPTION_NAME - Static variable in class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- AdapterBasedPartitioner - Class in mil.nga.giat.geowave.analytic.partitioner
-
This class uses the
DataAdapter to decode the dimension fields to be
indexed.
- AdapterBasedPartitioner() - Constructor for class mil.nga.giat.geowave.analytic.partitioner.AdapterBasedPartitioner
-
- AdapterBasedPartitioner(CommonIndexModel, double[], AdapterStore) - Constructor for class mil.nga.giat.geowave.analytic.partitioner.AdapterBasedPartitioner
-
- AdapterBasedPartitioner.AdapterDataEntry - Class in mil.nga.giat.geowave.analytic.partitioner
-
- AdapterDataEntry(ByteArrayId, Object) - Constructor for class mil.nga.giat.geowave.analytic.partitioner.AdapterBasedPartitioner.AdapterDataEntry
-
- adapterExists(ByteArrayId) - Method in class mil.nga.giat.geowave.analytic.SerializableAdapterStore
-
- adapterExists(ByteArrayId) - Method in interface mil.nga.giat.geowave.core.store.adapter.AdapterStore
-
Check for the existence of the adapter with the given unique ID
- adapterExists(ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryAdapterStore
-
- adapterExists(ByteArrayId) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloAdapterStore
-
- adapterExists(ByteArrayId) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseAdapterStore
-
- adapterExists(ByteArrayId) - Method in class mil.nga.giat.geowave.mapreduce.JobContextAdapterStore
-
- adapterExtendedData - Variable in class mil.nga.giat.geowave.core.store.adapter.AbstractAdapterPersistenceEncoding
-
- adapterId - Variable in class mil.nga.giat.geowave.core.store.index.DataStoreIndexWriter
-
- adapterId - Variable in class mil.nga.giat.geowave.mapreduce.GeoWaveKey
-
- ADAPTERID_FIELD_NUMBER - Static variable in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter
-
- ADAPTERID_FIELD_NUMBER - Static variable in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
- ADAPTERID_FIELD_NUMBER - Static variable in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter
-
- AdapterIdQuery - Class in mil.nga.giat.geowave.core.store.query
-
- AdapterIdQuery(ByteArrayId) - Constructor for class mil.nga.giat.geowave.core.store.query.AdapterIdQuery
-
- AdapterIdQueryFilter - Class in mil.nga.giat.geowave.core.store.filter
-
- AdapterIdQueryFilter() - Constructor for class mil.nga.giat.geowave.core.store.filter.AdapterIdQueryFilter
-
- AdapterIdQueryFilter(ByteArrayId) - Constructor for class mil.nga.giat.geowave.core.store.filter.AdapterIdQueryFilter
-
- adapterIds - Variable in class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloQuery
-
- adapterIds - Variable in class mil.nga.giat.geowave.datastore.hbase.query.HBaseQuery
-
- adapterIdToChildMergeStrategyKey - Variable in class mil.nga.giat.geowave.adapter.raster.adapter.merge.RootMergeStrategy
-
- adapterIdToSampleModelKey - Variable in class mil.nga.giat.geowave.adapter.raster.adapter.merge.RootMergeStrategy
-
- adapterIndexMappingStore - Variable in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
- AdapterIndexMappingStore - Interface in mil.nga.giat.geowave.core.store.adapter
-
This is responsible for persisting adapter/index mappings (either in memory
or to disk depending on the implementation).
- AdapterPersistenceEncoding - Class in mil.nga.giat.geowave.core.store.adapter
-
This is an implementation of persistence encoding that also contains all of
the extended data values used to form the native type supported by this
adapter.
- AdapterPersistenceEncoding(ByteArrayId, ByteArrayId, PersistentDataset<CommonIndexValue>, PersistentDataset<Object>) - Constructor for class mil.nga.giat.geowave.core.store.adapter.AdapterPersistenceEncoding
-
- adapters - Variable in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveInputFormatConfiguration
-
- adapterStore - Variable in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
- AdapterStore - Interface in mil.nga.giat.geowave.core.store.adapter
-
This is responsible for persisting data adapters (either in memory or to disk
depending on the implementation).
- adapterStore - Variable in class mil.nga.giat.geowave.core.store.base.BaseDataStore
-
- adapterStore - Variable in class mil.nga.giat.geowave.core.store.util.EntryIteratorWrapper
-
- adapterStore - Variable in class mil.nga.giat.geowave.mapreduce.splits.GeoWaveRecordReader
-
- AdapterToIndexMapping - Class in mil.nga.giat.geowave.core.store
-
Meta-data for retaining Adapter to Index association
- AdapterToIndexMapping() - Constructor for class mil.nga.giat.geowave.core.store.AdapterToIndexMapping
-
- AdapterToIndexMapping(ByteArrayId, PrimaryIndex[]) - Constructor for class mil.nga.giat.geowave.core.store.AdapterToIndexMapping
-
- AdapterToIndexMapping(ByteArrayId, ByteArrayId[]) - Constructor for class mil.nga.giat.geowave.core.store.AdapterToIndexMapping
-
- AdapterWithObjectWritable - Class in mil.nga.giat.geowave.analytic
-
- AdapterWithObjectWritable() - Constructor for class mil.nga.giat.geowave.analytic.AdapterWithObjectWritable
-
- add(String, SimpleFeature) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveEmptyTransaction
-
- add(String, SimpleFeature) - Method in interface mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveTransaction
-
- add(String, SimpleFeature) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveTransactionManagement
-
- add(FilterableConstraints, boolean) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyConstraintSet
-
- add(double) - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureNumericHistogramStatistics
-
- add(GeoObjectDimensionValues) - Method in class mil.nga.giat.geowave.analytic.GeoObjectDimensionValues
-
- add(DistanceProfile<?>, ByteArrayId, ClusterItem) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterNeighborList
-
- add(DistanceProfile<?>, ByteArrayId, ClusterItem) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanClusterList
-
- add(DistanceProfile<?>, ByteArrayId, NNTYPE) - Method in class mil.nga.giat.geowave.analytic.nn.DefaultNeighborList
-
- add(DistanceProfile<?>, ByteArrayId, NNTYPE, ByteArrayId, NNTYPE, boolean) - Method in class mil.nga.giat.geowave.analytic.nn.NeighborIndex
-
- add(DistanceProfile<?>, ByteArrayId, NNTYPE) - Method in interface mil.nga.giat.geowave.analytic.nn.NeighborList
-
May be called prior to init() when discovered by entry itself.
- add(ByteArrayId, boolean, PARTITION_VALUE) - Method in class mil.nga.giat.geowave.analytic.nn.NNProcessor
-
- add(DistanceProfile<?>, ByteArrayId, NNTYPE) - Method in class mil.nga.giat.geowave.analytic.nn.NullList
-
- add(TemporalRange) - Method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalConstraints
-
- add(long, double) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.FixedBinNumericStatistics
-
- add(double) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.FixedBinNumericHistogram
-
- add(long, double) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.FixedBinNumericHistogram
-
- add(double) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.MinimalBinDistanceHistogram
-
Adds a new data point to the histogram approximation.
- add(long, double) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.MinimalBinDistanceHistogram
-
- add(double) - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.histogram.NumericHistogram
-
- add(long, double) - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.histogram.NumericHistogram
-
- add(double) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.RowRangeHistogramStatistics
-
- add(MemoryStoreUtils.VisibilityExpression) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryStoreUtils.ChildExpression
-
- add(MemoryStoreUtils.VisibilityExpression) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryStoreUtils.CompositeExpression
-
- add(ByteArrayId, String) - Method in class mil.nga.giat.geowave.core.store.util.DataAdapterAndIndexCache
-
- add(SimpleFeature) - Method in class mil.nga.giat.geowave.examples.ingest.SimpleIngestProducerConsumer.FeatureCollection
-
- add(Length, Length) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.util.Length
-
- addAdapter(DataAdapter<?>) - Method in class mil.nga.giat.geowave.analytic.SerializableAdapterStore
-
- addAdapter(DataAdapter<?>) - Method in class mil.nga.giat.geowave.core.ingest.local.LocalIngestRunData
-
- addAdapter(DataAdapter<?>) - Method in interface mil.nga.giat.geowave.core.store.adapter.AdapterStore
-
Add the adapter to the store
- addAdapter(DataAdapter<?>) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryAdapterStore
-
- addAdapter(DataAdapter<?>) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloAdapterStore
-
- addAdapter(DataAdapter<?>) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseAdapterStore
-
- addAdapter(DataAdapter<?>) - Method in class mil.nga.giat.geowave.mapreduce.JobContextAdapterStore
-
- addAdapterIndexMapping(AdapterToIndexMapping) - Method in interface mil.nga.giat.geowave.core.store.adapter.AdapterIndexMappingStore
-
If an adapter is already associated with indices and the provided indices
do not match, returns false.
- addAdapterIndexMapping(AdapterToIndexMapping) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryAdapterIndexMappingStore
-
- addAdapterIndexMapping(AdapterToIndexMapping) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloAdapterIndexMappingStore
-
- addAdapterIndexMapping(AdapterToIndexMapping) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseAdapterIndexMappingStore
-
- addAdditionalObject(Object) - Method in class mil.nga.giat.geowave.core.cli.parser.OperationParser
-
- addAltIndexCallback(List<IngestCallback<T>>, String, DataAdapter<T>) - Method in class mil.nga.giat.geowave.core.store.base.BaseDataStore
-
- addAltIndexCallback(List<IngestCallback<T>>, String, DataAdapter<T>) - Method in class mil.nga.giat.geowave.datastore.accumulo.AccumuloDataStore
-
- addAltIndexCallback(List<IngestCallback<T>>, String, DataAdapter<T>) - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseDataStore
-
- addAndFetchCount(ByteArrayId, ClusterItem, DistanceProfile<?>) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterUnionList
-
- addAndFetchCount(ByteArrayId, ClusterItem, DistanceProfile<?>) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanClusterList
-
- addAndFetchCount(ByteArrayId, ClusterItem, DistanceProfile<?>) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.SingleItemClusterList
-
- addAuthorization(String) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.lock.AuthorizedLock
-
- addAuthorization(String) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveAutoCommitTransactionState
-
- addAuthorization(String) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveTransactionManagementState
-
- addChild(OperationEntry) - Method in class mil.nga.giat.geowave.core.cli.spi.OperationEntry
-
- addClassification(ObjectClassification) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummary
-
sets the object classification information about this mission
- addClassification(TrackClassification) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
sets the classification information about this track
- addClassification(TrackClassification) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
sets the classification information about this track
- addCommand(String, Object, String...) - Method in class mil.nga.giat.geowave.core.cli.prefix.PrefixedJCommander
-
- addConfigurations(String, SimpleFeatureUserDataConfiguration) - Method in class mil.nga.giat.geowave.adapter.vector.utils.SimpleFeatureUserDataConfigurationSet
-
- addConstraint(Class<? extends NumericDimensionDefinition>, BasicQuery.ConstraintData) - Method in class mil.nga.giat.geowave.core.store.query.BasicQuery.ConstraintSet
-
- addConverter(PropertyManagement.PropertyConverter<?>) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
Add to the set of converters used to take a String representation of a
value and convert it into another serializable form.
- addCoverage(String, String, String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
Add coverage to geoserver
- addCoverageStore(String, String, String, Boolean, String, Boolean) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
Add coverage store to geoserver
- addDataAdapter(Configuration, DataAdapter<?>) - Static method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- addDataAdapter(DataAdapter<?>) - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveInputFormatConfiguration
-
- addDataAdapter(Class<?>, Configuration, DataAdapter<?>) - Static method in class mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase
-
- addDataAdapter(Configuration, DataAdapter<?>) - Static method in class mil.nga.giat.geowave.mapreduce.JobContextAdapterStore
-
- addDataAdapter(Configuration, DataAdapter<?>) - Static method in class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputFormat
-
- addDatastore(String, String, String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
Add a geowave datastore to geoserver
- addEntry(String, Object, Parameterized, String, AnnotatedElement) - Method in class mil.nga.giat.geowave.core.cli.prefix.JCommanderTranslationMap
-
This is a mapping between the created facade's field (e.g., field_0) and
the JCommander parameter (param) which lives in the object it was parsed
from, 'item'.
- addFeatureLayer(String, String, String, String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
Add feature layer to geoserver
- addFieldSubsettingToIterator(ScannerBase) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloQuery
-
- addFrame(MissionFrame) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummary
-
Adds a MissionFrame
- addIdentity(TrackIdentity) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
sets the identity information about this track
- addIdentity(TrackIdentity) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
sets the identity information about this track
- addIndex(Configuration, PrimaryIndex) - Static method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- addIndex(PrimaryIndex) - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveInputFormatConfiguration
-
- addIndex(Index<?, ?>) - Method in interface mil.nga.giat.geowave.core.store.index.IndexStore
-
- addIndex(Index<?, ?>) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryIndexStore
-
- addIndex(String, String) - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexGroupPluginOptions
-
- addIndex(String, IndexPluginOptions) - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexLoader
-
- addIndex(Index<?, ?>) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloIndexStore
-
- addIndex(Index) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseIndexStore
-
- addIndex(Class<?>, Configuration, PrimaryIndex) - Static method in class mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase
-
- addIndex(Index<?, ?>) - Method in class mil.nga.giat.geowave.mapreduce.JobContextIndexStore
-
- addIndex(Configuration, PrimaryIndex) - Static method in class mil.nga.giat.geowave.mapreduce.JobContextIndexStore
-
- addIndex(Configuration, PrimaryIndex) - Static method in class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputFormat
-
- AddIndexCommand - Class in mil.nga.giat.geowave.core.store.operations.config
-
- AddIndexCommand() - Constructor for class mil.nga.giat.geowave.core.store.operations.config.AddIndexCommand
-
- addIndexFilterToIterator(ScannerBase) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloConstraintsQuery
-
- AddIndexGroupCommand - Class in mil.nga.giat.geowave.core.store.operations.config
-
- AddIndexGroupCommand() - Constructor for class mil.nga.giat.geowave.core.store.operations.config.AddIndexGroupCommand
-
- addIndices(List<PrimaryIndex>) - Method in class mil.nga.giat.geowave.core.ingest.local.LocalIngestRunData
-
- addJobClasspathDependencies(Job, Configuration) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDEJobRunner
-
- addLayer(String, String, String, String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
Convenience - add layer(s) for the given store to geoserver
- addLocalityGroup(String, byte[]) - Method in interface mil.nga.giat.geowave.datastore.accumulo.AccumuloOperations
-
Adds the locality group with the given name to the table of the given
name
- addLocalityGroup(String, byte[]) - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- addManagement(TrackManagement) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
sets the management information about this track
- addManagement(TrackManagement) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
sets the management information about this track
- addMessage(NATO4676Message) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- addMotionImagery(MotionImagery) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
- addMotionImagery(MotionImagery) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
sets the management information about this track
- addMotionPoint(MotionEventPoint) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
Adds a TrackPoint to the list of TrackPoints comprise this track
- addObject(Object) - Method in class mil.nga.giat.geowave.core.cli.prefix.JCommanderPrefixTranslator
-
- addObject(Object) - Method in class mil.nga.giat.geowave.core.cli.prefix.JCommanderPropertiesTransformer
-
Add an object to be translated
- addObject(T) - Method in class mil.nga.giat.geowave.core.store.metadata.AbstractGeowavePersistence
-
- addObject(ByteArrayId, ByteArrayId, T) - Method in class mil.nga.giat.geowave.core.store.metadata.AbstractGeowavePersistence
-
- addObject(ByteArrayId, ByteArrayId, T) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AbstractAccumuloPersistence
-
- addObject(ByteArrayId, ByteArrayId, T) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.AbstractHBasePersistence
-
- addObjectToCache(ByteArrayId, ByteArrayId, T) - Method in class mil.nga.giat.geowave.core.store.metadata.AbstractGeowavePersistence
-
- addObjectToCache(ByteArrayId, ByteArrayId, DataStatistics<?>) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloDataStatisticsStore
-
- addOperation(String, Operation, boolean) - Method in class mil.nga.giat.geowave.core.cli.parser.CommandLineOperationParams
-
- AddOptionConverter() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerAddLayerCommand.AddOptionConverter
-
- addParameter(TrackRunParameter) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- addParameter(String, String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- addPartitions(Set<Partitioner.PartitionData>, List<ByteArrayId>, boolean) - Method in class mil.nga.giat.geowave.analytic.partitioner.AbstractPartitioner
-
- addPoint(TrackPoint) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
Adds a TrackPoint to the list of TrackPoints comprise this track
- addPoint(TrackPoint) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
Adds a TrackPoint to the list of TrackPoints comprise this track
- addPrefixedObject(Object) - Method in class mil.nga.giat.geowave.core.cli.prefix.PrefixedJCommander
-
- addRandomNoisePoints(List<SimpleFeature>, int, double[], double[]) - Method in class mil.nga.giat.geowave.analytic.GeometryDataSetGenerator
-
- addRangeVariables(String, String) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- addScanIteratorSettings(ScannerBase) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AbstractAccumuloRowQuery
-
- addScanIteratorSettings(ScannerBase) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloConstraintsQuery
-
- addScanIteratorSettings(ScannerBase) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloFilteredIndexQuery
-
- addSplits(String, boolean, Set<ByteArrayId>) - Method in interface mil.nga.giat.geowave.datastore.accumulo.AccumuloOperations
-
Add the splits to the specified table.
- addSplits(String, boolean, Set<ByteArrayId>) - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- addStats(DataStatistics<SimpleFeature>, EntryVisibilityHandler<SimpleFeature>) - Method in class mil.nga.giat.geowave.adapter.vector.stats.StatsManager
-
Supports replacement.
- AddStoreCommand - Class in mil.nga.giat.geowave.core.store.operations.config
-
- AddStoreCommand() - Constructor for class mil.nga.giat.geowave.core.store.operations.config.AddStoreCommand
-
- addStyle(String, InputStream) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
Add a style to geoserver
- addToBatch(Closeable, List<ByteArrayId>) - Method in class mil.nga.giat.geowave.core.store.base.BaseDataStore
-
- addToBatch(Closeable, List<ByteArrayId>) - Method in class mil.nga.giat.geowave.datastore.accumulo.AccumuloDataStore
-
- addToBatch(Closeable, List<ByteArrayId>) - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseDataStore
-
- addToRowIds(List<ByteArrayId>, List<ByteArrayId>, byte[], byte[], boolean) - Static method in class mil.nga.giat.geowave.core.store.util.DataStoreUtils
-
- addTrackEvent(TrackEvent) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackMessage
-
- addTrackRelation(LineageRelation) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
sets a list of related tracks
- addTrackRelation(LineageRelation) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
sets a list of related tracks
- addValue(PersistentValue<T>) - Method in class mil.nga.giat.geowave.core.store.data.PersistentDataset
-
Add the field ID/value pair to this data set.
- addWorkspace(String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
Add workspace to geoserver
- adjustCoordinateDimensionToRange(double, CoordinateReferenceSystem, int) - Static method in class mil.nga.giat.geowave.adapter.vector.utils.GeometryUtils
-
This is perhaps a brain dead approach to do this, but it does handle wrap
around cases.
- adjustCoordinateToFitInRange(CoordinateReferenceSystem, Coordinate) - Static method in class mil.nga.giat.geowave.adapter.vector.utils.GeometryUtils
-
Make sure the coordinate falls in the range of provided coordinate
reference systems's coordinate system.
- adjustGeo(CoordinateReferenceSystem, Geometry) - Static method in class mil.nga.giat.geowave.adapter.vector.utils.GeometryUtils
-
Consume a geometry that may be over the ranges of the CRS (e.g date-line
crossing).
- ADMIN_MUTEX - Static variable in class mil.nga.giat.geowave.datastore.hbase.operations.BasicHBaseOperations
-
- aggregate(SimpleFeature) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderAggregation
-
- aggregate(T) - Method in interface mil.nga.giat.geowave.core.store.query.aggregate.Aggregation
-
Update the aggregation result using the new entry provided
- aggregate(CommonIndexedPersistenceEncoding) - Method in class mil.nga.giat.geowave.core.store.query.aggregate.CountAggregation
-
- aggregate(T) - Method in class mil.nga.giat.geowave.core.store.query.aggregate.DataStatisticsAggregation
-
- aggregate(RpcController, AggregationProtos.AggregationRequest, RpcCallback<AggregationProtos.AggregationResponse>) - Method in class mil.nga.giat.geowave.datastore.hbase.query.AggregationEndpoint
-
- aggregate(RpcController, AggregationProtos.AggregationRequest, RpcCallback<AggregationProtos.AggregationResponse>) - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationService
-
rpc aggregate(.AggregationRequest) returns (.AggregationResponse);
- aggregate(RpcController, AggregationProtos.AggregationRequest) - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationService.BlockingInterface
-
- aggregate(RpcController, AggregationProtos.AggregationRequest, RpcCallback<AggregationProtos.AggregationResponse>) - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationService.Interface
-
rpc aggregate(.AggregationRequest) returns (.AggregationResponse);
- aggregate(RpcController, AggregationProtos.AggregationRequest, RpcCallback<AggregationProtos.AggregationResponse>) - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationService.Stub
-
- aggregate(RpcController, AggregationProtos.AggregationRequest, RpcCallback<AggregationProtos.AggregationResponse>) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationService
-
rpc aggregate(.AggregationRequest) returns (.AggregationResponse);
- aggregate(RpcController, AggregationProtos.AggregationRequest) - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationService.BlockingInterface
-
- aggregate(RpcController, AggregationProtos.AggregationRequest, RpcCallback<AggregationProtos.AggregationResponse>) - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationService.Interface
-
rpc aggregate(.AggregationRequest) returns (.AggregationResponse);
- aggregate(RpcController, AggregationProtos.AggregationRequest, RpcCallback<AggregationProtos.AggregationResponse>) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationService.Stub
-
- aggregateFieldData(Key, Value, PersistentDataset<CommonIndexValue>) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.QueryFilterIterator
-
- aggregateFieldData(Cell, PersistentDataset<CommonIndexValue>) - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseDistributableFilter
-
- aggregateRow(Text, CommonIndexModel, CommonIndexedPersistenceEncoding) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- Aggregation<P extends Persistable,R extends Mergeable,T> - Interface in mil.nga.giat.geowave.core.store.query.aggregate
-
- aggregation - Variable in class mil.nga.giat.geowave.core.store.query.ConstraintsQuery
-
- AGGREGATION_FIELD_NUMBER - Static variable in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
- AGGREGATION_FIELD_NUMBER - Static variable in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
- AGGREGATION_OPTION_NAME - Static variable in class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- AGGREGATION_QUERY_ITERATOR_NAME - Static variable in class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- AGGREGATION_QUERY_ITERATOR_PRIORITY - Static variable in class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- AGGREGATION_RANGE_DECOMPOSITION - Static variable in class mil.nga.giat.geowave.core.store.query.ConstraintsQuery
-
- AggregationEndpoint - Class in mil.nga.giat.geowave.datastore.hbase.query
-
- AggregationEndpoint() - Constructor for class mil.nga.giat.geowave.datastore.hbase.query.AggregationEndpoint
-
- AggregationIterator - Class in mil.nga.giat.geowave.datastore.accumulo.query
-
- AggregationIterator() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- AggregationProtos - Class in mil.nga.giat.geowave.datastore.hbase.query.generated
-
- AggregationProtos - Class in mil.nga.giat.geowave.datastore.hbase.query.protobuf
-
- AggregationProtos.AggregationRequest - Class in mil.nga.giat.geowave.datastore.hbase.query.generated
-
Protobuf type AggregationRequest
- AggregationProtos.AggregationRequest - Class in mil.nga.giat.geowave.datastore.hbase.query.protobuf
-
Protobuf type AggregationRequest
- AggregationProtos.AggregationRequest.Builder - Class in mil.nga.giat.geowave.datastore.hbase.query.generated
-
Protobuf type AggregationRequest
- AggregationProtos.AggregationRequest.Builder - Class in mil.nga.giat.geowave.datastore.hbase.query.protobuf
-
Protobuf type AggregationRequest
- AggregationProtos.AggregationRequestOrBuilder - Interface in mil.nga.giat.geowave.datastore.hbase.query.generated
-
- AggregationProtos.AggregationRequestOrBuilder - Interface in mil.nga.giat.geowave.datastore.hbase.query.protobuf
-
- AggregationProtos.AggregationResponse - Class in mil.nga.giat.geowave.datastore.hbase.query.generated
-
Protobuf type AggregationResponse
- AggregationProtos.AggregationResponse - Class in mil.nga.giat.geowave.datastore.hbase.query.protobuf
-
Protobuf type AggregationResponse
- AggregationProtos.AggregationResponse.Builder - Class in mil.nga.giat.geowave.datastore.hbase.query.generated
-
Protobuf type AggregationResponse
- AggregationProtos.AggregationResponse.Builder - Class in mil.nga.giat.geowave.datastore.hbase.query.protobuf
-
Protobuf type AggregationResponse
- AggregationProtos.AggregationResponseOrBuilder - Interface in mil.nga.giat.geowave.datastore.hbase.query.generated
-
- AggregationProtos.AggregationResponseOrBuilder - Interface in mil.nga.giat.geowave.datastore.hbase.query.protobuf
-
- AggregationProtos.AggregationService - Class in mil.nga.giat.geowave.datastore.hbase.query.generated
-
Protobuf service AggregationService
- AggregationProtos.AggregationService - Class in mil.nga.giat.geowave.datastore.hbase.query.protobuf
-
Protobuf service AggregationService
- AggregationProtos.AggregationService.BlockingInterface - Interface in mil.nga.giat.geowave.datastore.hbase.query.generated
-
- AggregationProtos.AggregationService.BlockingInterface - Interface in mil.nga.giat.geowave.datastore.hbase.query.protobuf
-
- AggregationProtos.AggregationService.Interface - Interface in mil.nga.giat.geowave.datastore.hbase.query.generated
-
- AggregationProtos.AggregationService.Interface - Interface in mil.nga.giat.geowave.datastore.hbase.query.protobuf
-
- AggregationProtos.AggregationService.Stub - Class in mil.nga.giat.geowave.datastore.hbase.query.generated
-
- AggregationProtos.AggregationService.Stub - Class in mil.nga.giat.geowave.datastore.hbase.query.protobuf
-
- AggregationProtos.AggregationType - Class in mil.nga.giat.geowave.datastore.hbase.query.generated
-
Protobuf type AggregationType
- AggregationProtos.AggregationType - Class in mil.nga.giat.geowave.datastore.hbase.query.protobuf
-
Protobuf type AggregationType
- AggregationProtos.AggregationType.Builder - Class in mil.nga.giat.geowave.datastore.hbase.query.generated
-
Protobuf type AggregationType
- AggregationProtos.AggregationType.Builder - Class in mil.nga.giat.geowave.datastore.hbase.query.protobuf
-
Protobuf type AggregationType
- AggregationProtos.AggregationTypeOrBuilder - Interface in mil.nga.giat.geowave.datastore.hbase.query.generated
-
- AggregationProtos.AggregationTypeOrBuilder - Interface in mil.nga.giat.geowave.datastore.hbase.query.protobuf
-
- AggregationService() - Constructor for class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationService
-
- AggregationService() - Constructor for class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationService
-
- alertIndicator - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
a flag to indicate an emergency situation, in accordance with Link 16
Force Tell and Emergency indicator (J3.5).
- ALT_INDEX_TABLE - Static variable in class mil.nga.giat.geowave.core.store.base.BaseDataStore
-
- amplification - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
identity amplifying/modifying descriptors of a track.
- AnalysisInfo() - Constructor for class mil.nga.giat.geowave.format.landsat8.AnalyzeRunner.AnalysisInfo
-
- AnalyticFeature - Class in mil.nga.giat.geowave.analytic
-
A set of utilities to describe and create a simple feature for use within the
set of analytics.
- AnalyticFeature() - Constructor for class mil.nga.giat.geowave.analytic.AnalyticFeature
-
- AnalyticFeature.ClusterFeatureAttribute - Enum in mil.nga.giat.geowave.analytic
-
- AnalyticItemWrapper<T> - Interface in mil.nga.giat.geowave.analytic
-
Wrap an object used to by analytical processes.
- AnalyticItemWrapperFactory<T> - Interface in mil.nga.giat.geowave.analytic
-
Create an analytic item wrapper for the provided item.
- AnalyticJobRunner - Class in mil.nga.giat.geowave.analytic.mapreduce.clustering.runner
-
- AnalyticJobRunner() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.AnalyticJobRunner
-
- AnalyticOperationCLIProvider - Class in mil.nga.giat.geowave.analytic.mapreduce.operations
-
- AnalyticOperationCLIProvider() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.operations.AnalyticOperationCLIProvider
-
- AnalyticSection - Class in mil.nga.giat.geowave.analytic.mapreduce.operations
-
- AnalyticSection() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.operations.AnalyticSection
-
- AnalyticStats - Interface in mil.nga.giat.geowave.analytic.kmeans.serial
-
- AnalyticStats.StatValue - Enum in mil.nga.giat.geowave.analytic.kmeans.serial
-
- analyzeOptions - Variable in class mil.nga.giat.geowave.format.landsat8.Landsat8DownloadCommand
-
- analyzeOptions - Variable in class mil.nga.giat.geowave.format.landsat8.Landsat8IngestCommand
-
- analyzeOptions - Variable in class mil.nga.giat.geowave.format.landsat8.Landsat8IngestRasterCommand
-
- analyzeOptions - Variable in class mil.nga.giat.geowave.format.landsat8.Landsat8IngestVectorCommand
-
- AnalyzeRunner - Class in mil.nga.giat.geowave.format.landsat8
-
- AnalyzeRunner(Landsat8BasicCommandLineOptions) - Constructor for class mil.nga.giat.geowave.format.landsat8.AnalyzeRunner
-
- AnalyzeRunner.AnalysisInfo - Class in mil.nga.giat.geowave.format.landsat8
-
- and(MemoryStoreUtils.VisibilityExpression) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryStoreUtils.AndExpression
-
- AndExpression() - Constructor for class mil.nga.giat.geowave.core.store.memory.MemoryStoreUtils.AndExpression
-
- annotationType() - Method in class mil.nga.giat.geowave.test.annotation.GeoWaveTestStoreImpl
-
- appendValue(StringBuilder, Value) - Method in class mil.nga.giat.geowave.datastore.accumulo.util.PersistentDataFormatter
-
- applyBins(MultiDimensionalNumericData, NumericDimensionDefinition[]) - Static method in class mil.nga.giat.geowave.core.index.sfc.data.BinnedNumericDataset
-
This method is responsible for translating a query into appropriate
normalized and binned (if necessary) queries that can be used by the
underlying index implementation.
- applyOptions(Options) - Static method in class mil.nga.giat.geowave.datastore.hbase.HBaseCommandLineOptions
-
- applyRowFilter(Text, PersistentDataset<CommonIndexValue>, FlattenedUnreadData) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.QueryFilterIterator
-
- applyRowFilter(CommonIndexedPersistenceEncoding) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.QueryFilterIterator
-
- applyRowFilter(Cell, PersistentDataset<CommonIndexValue>, FlattenedUnreadData) - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseDistributableFilter
-
- applyRowFilter(CommonIndexedPersistenceEncoding) - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseDistributableFilter
-
- applyScannerSettings(Scan, ByteArrayId, ByteArrayId) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.AbstractHBasePersistence
-
- applyScannerSettings(Scan, ByteArrayId, ByteArrayId) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseDataStatisticsStore
-
This function is used to change the scan object created in the superclass
to enable prefixing.
- AQUISITION_DATE_FORMAT - Static variable in class mil.nga.giat.geowave.format.landsat8.SceneFeatureIterator
-
- Area - Class in mil.nga.giat.geowave.format.stanag4676.parser.model
-
- Area() - Constructor for class mil.nga.giat.geowave.format.stanag4676.parser.model.Area
-
- area - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
A track production area assigned to a tracker by a track data
coordinator.
- args - Variable in class mil.nga.giat.geowave.cli.osm.osmfeature.types.attributes.AttributeDefinition
-
- ArrayAdapter<T> - Class in mil.nga.giat.geowave.core.store.dimension
-
- ArrayAdapter() - Constructor for class mil.nga.giat.geowave.core.store.dimension.ArrayAdapter
-
- ArrayAdapter(ArrayReader<T>, ArrayWriter<Object, T>) - Constructor for class mil.nga.giat.geowave.core.store.dimension.ArrayAdapter
-
- ArrayField<T extends CommonIndexValue> - Class in mil.nga.giat.geowave.core.store.dimension
-
- ArrayField(NumericDimensionField<T>) - Constructor for class mil.nga.giat.geowave.core.store.dimension.ArrayField
-
- ArrayField() - Constructor for class mil.nga.giat.geowave.core.store.dimension.ArrayField
-
- ArrayOfArrays() - Constructor for class mil.nga.giat.geowave.core.index.MultiDimensionalCoordinateRangesArray.ArrayOfArrays
-
- ArrayOfArrays(MultiDimensionalCoordinateRangesArray[]) - Constructor for class mil.nga.giat.geowave.core.index.MultiDimensionalCoordinateRangesArray.ArrayOfArrays
-
- ArrayReader<FieldType> - Class in mil.nga.giat.geowave.core.store.data.field
-
This class contains the basic array reader field types
- ArrayReader(FieldReader<FieldType>) - Constructor for class mil.nga.giat.geowave.core.store.data.field.ArrayReader
-
- ArrayReader.FixedSizeObjectArrayReader<FieldType> - Class in mil.nga.giat.geowave.core.store.data.field
-
- ArrayReader.VariableSizeObjectArrayReader<FieldType> - Class in mil.nga.giat.geowave.core.store.data.field
-
- arraysEqual(ByteSequence, byte[]) - Static method in class mil.nga.giat.geowave.cli.osm.accumulo.osmschema.Schema
-
- ArrayWrapper<T> - Class in mil.nga.giat.geowave.core.store.dimension
-
- ArrayWrapper(T[]) - Constructor for class mil.nga.giat.geowave.core.store.dimension.ArrayWrapper
-
- ArrayWrapper(T[], byte[]) - Constructor for class mil.nga.giat.geowave.core.store.dimension.ArrayWrapper
-
- ArrayWriter<RowType,FieldType> - Class in mil.nga.giat.geowave.core.store.data.field
-
This class contains the basic object array writer field types
- ArrayWriter(FieldWriter<RowType, FieldType>) - Constructor for class mil.nga.giat.geowave.core.store.data.field.ArrayWriter
-
- ArrayWriter(FieldWriter<RowType, FieldType>, FieldVisibilityHandler<RowType, Object>) - Constructor for class mil.nga.giat.geowave.core.store.data.field.ArrayWriter
-
- ArrayWriter.Encoding - Enum in mil.nga.giat.geowave.core.store.data.field
-
- ArrayWriter.FixedSizeObjectArrayWriter<RowType,FieldType> - Class in mil.nga.giat.geowave.core.store.data.field
-
- ArrayWriter.VariableSizeObjectArrayWriter<RowType,FieldType> - Class in mil.nga.giat.geowave.core.store.data.field
-
- asJsonString() - Method in class mil.nga.giat.geowave.adapter.vector.utils.SimpleFeatureUserDataConfigurationSet
-
- AssociationNotification<T> - Interface in mil.nga.giat.geowave.analytic.kmeans
-
Callback with the pairing of a point to its closest centroid at a zoom level.
- asTemporalRange() - Method in class mil.nga.giat.geowave.core.geotime.store.statistics.TimeRangeDataStatistics
-
- AsyncQueueFeatureCollection - Class in mil.nga.giat.geowave.adapter.vector.render
-
- AsyncQueueFeatureCollection(SimpleFeatureType, Queue<SimpleFeature>) - Constructor for class mil.nga.giat.geowave.adapter.vector.render.AsyncQueueFeatureCollection
-
- attachIterators(String, boolean, boolean, boolean, Set<ByteArrayId>, IteratorConfig...) - Method in interface mil.nga.giat.geowave.datastore.accumulo.AccumuloOperations
-
Attaches the iterators to the specified table.
- attachIterators(String, boolean, boolean, boolean, Set<ByteArrayId>, IteratorConfig...) - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- attachRowMergingIterators(RowMergingDataAdapter<?, ?>, AccumuloOperations, AccumuloOptions, Set<ByteArrayId>, String) - Static method in class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloUtils
-
- attrDesc - Variable in class mil.nga.giat.geowave.adapter.vector.FeatureAttributeHandler
-
- attributeDefaultClassifications - Variable in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition
-
Deprecated.
- AttributeDefinition - Class in mil.nga.giat.geowave.cli.osm.osmfeature.types.attributes
-
- AttributeDefinition() - Constructor for class mil.nga.giat.geowave.cli.osm.osmfeature.types.attributes.AttributeDefinition
-
- attributeNames - Variable in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition
-
Deprecated.
- attributes - Variable in class mil.nga.giat.geowave.cli.osm.osmfeature.types.features.FeatureDefinition
-
- AttributeSubsettingIterator - Class in mil.nga.giat.geowave.datastore.accumulo.query
-
- AttributeSubsettingIterator() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.query.AttributeSubsettingIterator
-
- AttributeType<T> - Interface in mil.nga.giat.geowave.cli.osm.osmfeature.types.attributes
-
- attributeTypes - Variable in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition
-
Deprecated.
- AttributeTypes - Class in mil.nga.giat.geowave.cli.osm.osmfeature.types.attributes
-
- AttributeTypes() - Constructor for class mil.nga.giat.geowave.cli.osm.osmfeature.types.attributes.AttributeTypes
-
- AttributeValues - Class in mil.nga.giat.geowave.adapter.vector.avro
-
- AttributeValues() - Constructor for class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues
-
Default constructor.
- AttributeValues(String, List<ByteBuffer>, List<String>) - Constructor for class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues
-
All-args constructor.
- AttributeValues.Builder - Class in mil.nga.giat.geowave.adapter.vector.avro
-
RecordBuilder for AttributeValues instances.
- attrName() - Method in enum mil.nga.giat.geowave.analytic.AnalyticFeature.ClusterFeatureAttribute
-
- AUTH_MGT_KEY - Static variable in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- AUTH_URL_KEY - Static variable in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- AuthorizationEntry - Class in mil.nga.giat.geowave.adapter.vector.auth
-
Used for Json based authorization data sets.
- AuthorizationEntry() - Constructor for class mil.nga.giat.geowave.adapter.vector.auth.AuthorizationEntry
-
- AuthorizationFactorySPI - Interface in mil.nga.giat.geowave.adapter.vector.auth
-
Creates an authorization provider with the given URL.
- authorizations - Variable in class mil.nga.giat.geowave.datastore.hbase.query.HBaseQuery
-
- AuthorizationSet - Class in mil.nga.giat.geowave.adapter.vector.auth
-
- AuthorizationSet() - Constructor for class mil.nga.giat.geowave.adapter.vector.auth.AuthorizationSet
-
- AuthorizationSPI - Interface in mil.nga.giat.geowave.adapter.vector.auth
-
A provider that looks up authorizations given a user name.
- AuthorizedLock - Class in mil.nga.giat.geowave.adapter.vector.plugin.lock
-
Instances of this class represent a the lock constraints associated with one
or more feature instances.
- AuthorizedLock() - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.lock.AuthorizedLock
-
- AuthorizedLock(AbstractLockingManagement, long) - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.lock.AuthorizedLock
-
- AuthorizedLock(AbstractLockingManagement, String, long) - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.lock.AuthorizedLock
-
- AuthorizedLock(AbstractLockingManagement, Set<String>, long) - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.lock.AuthorizedLock
-
- available() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.ByteBufferBackedInputStream
-
- AVG_TONE_ATTRIBUTE - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- AVG_TONE_COLUMN_ID - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- AvroAttributeRowBuilder - Class in mil.nga.giat.geowave.adapter.vector
-
A GeoWave RowBuilder, used internally by AbstractDataAdapter to construct
rows from a set field values (in this case SimpleFeatures from a set of
attribute values).
- AvroAttributeRowBuilder() - Constructor for class mil.nga.giat.geowave.adapter.vector.AvroAttributeRowBuilder
-
- AvroFeatureAttributeHandler - Class in mil.nga.giat.geowave.adapter.vector
-
This is used by the FeatureDataAdapter to handle GeoWave 'fields' using
SimpleFeature 'attributes.'
- AvroFeatureAttributeHandler() - Constructor for class mil.nga.giat.geowave.adapter.vector.AvroFeatureAttributeHandler
-
- AvroFeatureDataAdapter - Class in mil.nga.giat.geowave.adapter.vector
-
- AvroFeatureDataAdapter() - Constructor for class mil.nga.giat.geowave.adapter.vector.AvroFeatureDataAdapter
-
- AvroFeatureDataAdapter(SimpleFeatureType) - Constructor for class mil.nga.giat.geowave.adapter.vector.AvroFeatureDataAdapter
-
- AvroFeatureDataAdapter(SimpleFeatureType, VisibilityManagement<SimpleFeature>) - Constructor for class mil.nga.giat.geowave.adapter.vector.AvroFeatureDataAdapter
-
- AvroFeatureDataAdapter(SimpleFeatureType, List<PersistentIndexFieldHandler<SimpleFeature, ? extends CommonIndexValue, Object>>) - Constructor for class mil.nga.giat.geowave.adapter.vector.AvroFeatureDataAdapter
-
- AvroFeatureDataAdapter(SimpleFeatureType, FieldVisibilityHandler<SimpleFeature, Object>) - Constructor for class mil.nga.giat.geowave.adapter.vector.AvroFeatureDataAdapter
-
- avroFeatureDefinitionToGTSimpleFeatureType(FeatureDefinition) - Static method in class mil.nga.giat.geowave.adapter.vector.AvroFeatureUtils
-
- AvroFeatureReader - Class in mil.nga.giat.geowave.adapter.vector
-
- AvroFeatureReader() - Constructor for class mil.nga.giat.geowave.adapter.vector.AvroFeatureReader
-
- AvroFeatureUtils - Class in mil.nga.giat.geowave.adapter.vector
-
- AvroFeatureWriter - Class in mil.nga.giat.geowave.adapter.vector
-
- AvroFeatureWriter() - Constructor for class mil.nga.giat.geowave.adapter.vector.AvroFeatureWriter
-
- AvroFormatPlugin<I,O> - Interface in mil.nga.giat.geowave.core.ingest.avro
-
This is the main plugin interface for reading from a local file system, and
formatting intermediate data (for example, to HDFS or to Kafka for further
processing or ingest) from any file that is supported to Avro.
- AvroIngestFormat - Class in mil.nga.giat.geowave.format.avro
-
This represents an ingest format plugin provider for Avro data that matches
our generic vector avro schema.
- AvroIngestFormat() - Constructor for class mil.nga.giat.geowave.format.avro.AvroIngestFormat
-
- AvroIngestPlugin - Class in mil.nga.giat.geowave.format.avro
-
This plugin is used for ingesting any GPX formatted data from a local file
system into GeoWave as GeoTools' SimpleFeatures.
- AvroIngestPlugin() - Constructor for class mil.nga.giat.geowave.format.avro.AvroIngestPlugin
-
- AvroIngestPlugin.IngestAvroFeaturesFromHdfs - Class in mil.nga.giat.geowave.format.avro
-
- AvroKafkaEncoder<T extends org.apache.avro.specific.SpecificRecordBase> - Class in mil.nga.giat.geowave.core.ingest.kafka
-
Default encoder used by Kafka to serialize Avro generated Java object to
binary.
- AvroKafkaEncoder(VerifiableProperties) - Constructor for class mil.nga.giat.geowave.core.ingest.kafka.AvroKafkaEncoder
-
- AvroPluginBase<T> - Interface in mil.nga.giat.geowave.core.ingest.avro
-
All plugins based off of staged intermediate data (either reading or writing)
must implement this interface.
- AvroSchemaProvider - Interface in mil.nga.giat.geowave.core.ingest.avro
-
- AvroSimpleFeature - Class in mil.nga.giat.geowave.adapter.vector.avro
-
- AvroSimpleFeature() - Constructor for class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeature
-
Default constructor.
- AvroSimpleFeature(FeatureDefinition, AttributeValues) - Constructor for class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeature
-
All-args constructor.
- AvroSimpleFeature.Builder - Class in mil.nga.giat.geowave.adapter.vector.avro
-
RecordBuilder for AvroSimpleFeature instances.
- AvroSimpleFeatureCollection - Class in mil.nga.giat.geowave.adapter.vector.avro
-
- AvroSimpleFeatureCollection() - Constructor for class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeatureCollection
-
Default constructor.
- AvroSimpleFeatureCollection(FeatureDefinition, List<AttributeValues>) - Constructor for class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeatureCollection
-
All-args constructor.
- AvroSimpleFeatureCollection.Builder - Class in mil.nga.giat.geowave.adapter.vector.avro
-
RecordBuilder for AvroSimpleFeatureCollection instances.
- avroSimpleFeatureToGTSimpleFeature(SimpleFeatureType, List<String>, AttributeValues) - Static method in class mil.nga.giat.geowave.adapter.vector.AvroFeatureUtils
-
- cache(SimpleFeatureType) - Static method in class mil.nga.giat.geowave.adapter.vector.FeatureWritable
-
- cache - Variable in class mil.nga.giat.geowave.core.store.metadata.AbstractGeowavePersistence
-
- CACHESIZE_FIELD_NUMBER - Static variable in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
- CACHESIZE_FIELD_NUMBER - Static variable in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
- calcAngle(Coordinate, Coordinate, Coordinate) - Static method in class mil.nga.giat.geowave.analytic.GeometryHullTool
-
Calculate the angle between two points and a given vertex
- calcDistance(Coordinate, Coordinate, Coordinate) - Static method in class mil.nga.giat.geowave.analytic.GeometryHullTool
-
- calcDistanceSegment(Coordinate, Coordinate, Coordinate) - Static method in class mil.nga.giat.geowave.analytic.GeometryHullTool
-
Calculate the distance between two points and a given vertex
- calcSmallestAngle(Coordinate, Coordinate, Coordinate) - Static method in class mil.nga.giat.geowave.analytic.GeometryHullTool
-
- calculateCondensingMinimum() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanMapReduce.DBScanMapHullReducer
-
- CalculateStatCommand - Class in mil.nga.giat.geowave.core.store.operations.remote
-
- CalculateStatCommand() - Constructor for class mil.nga.giat.geowave.core.store.operations.remote.CalculateStatCommand
-
- calculateStatistics(DataStorePluginOptions, DataAdapter<?>, String[]) - Method in class mil.nga.giat.geowave.core.store.operations.remote.AbstractStatsCommand
-
- calculateStatistics(DataStorePluginOptions, DataAdapter<?>, String[]) - Method in class mil.nga.giat.geowave.core.store.operations.remote.CalculateStatCommand
-
- calculateStatistics(DataStorePluginOptions, DataAdapter<?>, String[]) - Method in class mil.nga.giat.geowave.core.store.operations.remote.ListStatsCommand
-
- calculateStatistics(DataStorePluginOptions, DataAdapter<?>, String[]) - Method in class mil.nga.giat.geowave.core.store.operations.remote.RecalculateStatsCommand
-
- calculateStatistics(DataStorePluginOptions, DataAdapter<?>, String[]) - Method in class mil.nga.giat.geowave.core.store.operations.remote.RemoveStatCommand
-
- calculateTossMinimum() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanMapReduce.DBScanMapHullReducer
-
- CalendarArraySerializationProvider - Class in mil.nga.giat.geowave.core.geotime.store.field
-
- CalendarArraySerializationProvider() - Constructor for class mil.nga.giat.geowave.core.geotime.store.field.CalendarArraySerializationProvider
-
- calendarReader - Variable in class mil.nga.giat.geowave.cli.osm.mapreduce.Convert.SimpleFeatureGenerator.OSMUnion
-
- CalendarReader() - Constructor for class mil.nga.giat.geowave.core.geotime.store.field.CalendarSerializationProvider.CalendarReader
-
- CalendarSerializationProvider - Class in mil.nga.giat.geowave.core.geotime.store.field
-
- CalendarSerializationProvider() - Constructor for class mil.nga.giat.geowave.core.geotime.store.field.CalendarSerializationProvider
-
- CalendarSerializationProvider.CalendarReader - Class in mil.nga.giat.geowave.core.geotime.store.field
-
- CalendarSerializationProvider.CalendarWriter - Class in mil.nga.giat.geowave.core.geotime.store.field
-
- calendarToGMTMillis(Calendar) - Static method in class mil.nga.giat.geowave.core.geotime.TimeUtils
-
Convert a calendar object to a long in the form of milliseconds since the
epoch of January 1, 1970.
- calendarWriter - Variable in class mil.nga.giat.geowave.cli.osm.mapreduce.Ingest.OSMMapperBase
-
- CalendarWriter() - Constructor for class mil.nga.giat.geowave.core.geotime.store.field.CalendarSerializationProvider.CalendarWriter
-
- callback - Variable in class mil.nga.giat.geowave.core.store.index.DataStoreIndexWriter
-
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationService
-
- callMethod(Descriptors.MethodDescriptor, RpcController, Message, RpcCallback<Message>) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationService
-
- canFilter() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureSource
-
- canLock() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureSource
-
- canProcess(Map<String, Serializable>) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStoreFactory
-
- canTransact() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureSource
-
- cardinality() - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureHyperLogLogStatistics
-
- cardinality(byte[], byte[]) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.RowRangeHistogramStatistics
-
- cardinality(PrimaryIndex, Map<ByteArrayId, DataStatistics<T>>, List<ByteArrayRange>) - Static method in class mil.nga.giat.geowave.core.store.util.DataStoreUtils
-
- CARDINALITY_SKIP_INTERVAL - Static variable in class mil.nga.giat.geowave.datastore.accumulo.query.FixedCardinalitySkippingIterator
-
- CARDINALITY_SKIPPING_ITERATOR_NAME - Static variable in class mil.nga.giat.geowave.datastore.accumulo.query.FixedCardinalitySkippingIterator
-
- CARDINALITY_SKIPPING_ITERATOR_PRIORITY - Static variable in class mil.nga.giat.geowave.datastore.accumulo.query.FixedCardinalitySkippingIterator
-
- caseSensitive - Variable in class mil.nga.giat.geowave.core.store.index.text.LikeFilter
-
- caseSensitive - Variable in class mil.nga.giat.geowave.core.store.index.text.TextRangeFilter
-
- cast(double) - Method in class mil.nga.giat.geowave.core.index.simple.SimpleIntegerIndexStrategy
-
- cast(double) - Method in class mil.nga.giat.geowave.core.index.simple.SimpleLongIndexStrategy
-
- cast(double) - Method in class mil.nga.giat.geowave.core.index.simple.SimpleNumericIndexStrategy
-
Cast a double into the type T
- cast(double) - Method in class mil.nga.giat.geowave.core.index.simple.SimpleShortIndexStrategy
-
- CastIterator<T> - Class in mil.nga.giat.geowave.core.store.base
-
- CastIterator(Iterator<CloseableIterator<Object>>) - Constructor for class mil.nga.giat.geowave.core.store.base.CastIterator
-
- cdf(double) - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureNumericHistogramStatistics
-
- cdf(double) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.FixedBinNumericStatistics
-
- cdf(double) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.FixedBinNumericHistogram
-
- cdf(double) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.MinimalBinDistanceHistogram
-
- cdf(double) - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.histogram.NumericHistogram
-
- cdf(byte[]) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.RowRangeHistogramStatistics
-
- CEKM - Static variable in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
- CellCounter - Interface in mil.nga.giat.geowave.analytic.mapreduce.kde
-
- CellSummationCombiner - Class in mil.nga.giat.geowave.analytic.mapreduce.kde
-
- CellSummationCombiner() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.CellSummationCombiner
-
- CellSummationReducer - Class in mil.nga.giat.geowave.analytic.mapreduce.kde
-
- CellSummationReducer() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.CellSummationReducer
-
- CentroidAssociationFn<T> - Class in mil.nga.giat.geowave.analytic.kmeans
-
Compute the distance of a points to the closest centroid, providing the
resulting distance using a provided distance function.
- CentroidAssociationFn() - Constructor for class mil.nga.giat.geowave.analytic.kmeans.CentroidAssociationFn
-
- CentroidDistanceBasedSamplingRankFunction<T> - Class in mil.nga.giat.geowave.analytic.sample.function
-
Rank objects using their distance to the closest centroid of a set of
centroids.
- CentroidDistanceBasedSamplingRankFunction() - Constructor for class mil.nga.giat.geowave.analytic.sample.function.CentroidDistanceBasedSamplingRankFunction
-
- CentroidExtractor<T> - Interface in mil.nga.giat.geowave.analytic.extract
-
Strategy to extract a representative centroid from some Geospatial object
- centroidExtractor - Variable in class mil.nga.giat.geowave.analytic.mapreduce.clustering.GroupAssignmentMapReduce.GroupAssignmentMapper
-
- centroidExtractor - Variable in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.KMeansMapReduce.KMeansMapper
-
- CentroidItemWrapper(T) - Constructor for class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory.CentroidItemWrapper
-
- CentroidItemWrapperFactory<T> - Class in mil.nga.giat.geowave.analytic.clustering
-
Determine the group ID for an item dynamically.
- CentroidItemWrapperFactory() - Constructor for class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory
-
- CentroidItemWrapperFactory.CentroidItemWrapper - Class in mil.nga.giat.geowave.analytic.clustering
-
- CentroidManager<T> - Interface in mil.nga.giat.geowave.analytic.clustering
-
Manage centroids created per batch and per group of analytic processes.
- centroidManager - Variable in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.KMeansMapReduce.KMeansReduce
-
- CentroidManager.CentroidProcessingFn<T> - Interface in mil.nga.giat.geowave.analytic.clustering
-
- CentroidManagerGeoWave<T> - Class in mil.nga.giat.geowave.analytic.clustering
-
Manages the population of centroids by group id and batch id.
- CentroidManagerGeoWave(DataStore, IndexStore, AdapterStore, AnalyticItemWrapperFactory<T>, String, String, String, int) - Constructor for class mil.nga.giat.geowave.analytic.clustering.CentroidManagerGeoWave
-
- CentroidManagerGeoWave(PropertyManagement) - Constructor for class mil.nga.giat.geowave.analytic.clustering.CentroidManagerGeoWave
-
- CentroidManagerGeoWave(JobContext, Class<?>) - Constructor for class mil.nga.giat.geowave.analytic.clustering.CentroidManagerGeoWave
-
- CentroidManagerGeoWave(JobContext, Class<?>, Logger) - Constructor for class mil.nga.giat.geowave.analytic.clustering.CentroidManagerGeoWave
-
- CentroidPairing<T> - Class in mil.nga.giat.geowave.analytic.clustering
-
- CentroidPairing() - Constructor for class mil.nga.giat.geowave.analytic.clustering.CentroidPairing
-
- CentroidPairing(AnalyticItemWrapper<T>, AnalyticItemWrapper<T>, double) - Constructor for class mil.nga.giat.geowave.analytic.clustering.CentroidPairing
-
- CentroidParameter - Annotation Type in mil.nga.giat.geowave.analytic.param.annotations
-
This is a stop-gap measure to allow using JCommander with Analytics, until we
figure out how to deal with PropertyEnum.
- CentroidParameters - Class in mil.nga.giat.geowave.analytic.param
-
- CentroidParameters() - Constructor for class mil.nga.giat.geowave.analytic.param.CentroidParameters
-
- CentroidParameters.Centroid - Enum in mil.nga.giat.geowave.analytic.param
-
- CF - Static variable in class mil.nga.giat.geowave.cli.osm.accumulo.osmschema.Schema
-
- CHANGESET - Static variable in class mil.nga.giat.geowave.cli.osm.accumulo.osmschema.ColumnQualifier
-
- Changeset - Variable in class mil.nga.giat.geowave.cli.osm.mapreduce.Convert.SimpleFeatureGenerator.OSMUnion
-
- Changeset - Class in mil.nga.giat.geowave.cli.osm.types.generated
-
- Changeset() - Constructor for class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Default constructor.
- Changeset(Long, Long, String, Long, Long, Boolean, Integer, Integer, Integer, Integer, Integer, Map<String, String>) - Constructor for class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
All-args constructor.
- Changeset.Builder - Class in mil.nga.giat.geowave.cli.osm.types.generated
-
RecordBuilder for Changeset instances.
- changeset_id - Variable in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
Deprecated.
- CHARSET - Static variable in class mil.nga.giat.geowave.cli.osm.accumulo.osmschema.Constants
-
- CHARSET - Static variable in class mil.nga.giat.geowave.core.cli.operations.config.options.ConfigOptions
-
- checkDoublesEqual(double, double) - Static method in class mil.nga.giat.geowave.core.index.FloatCompareUtils
-
The == operator is not reliable for doubles, so we are using this method
to check if two doubles are equal
- checkIndex(PropertyManagement, ParameterEnum, String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- checkIndexesAgainstProvider(String, DataAdapterProvider<?>, List<IndexPluginOptions>) - Method in class mil.nga.giat.geowave.core.ingest.local.AbstractLocalFileDriver
-
- checkName(String) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- checkOutputSpecs(JobContext) - Method in class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputFormat
-
- checkState(boolean) - Method in class mil.nga.giat.geowave.datastore.accumulo.util.PersistentDataFormatter
-
- ChildExpression(String) - Constructor for class mil.nga.giat.geowave.core.store.memory.MemoryStoreUtils.ChildExpression
-
- childMergeStrategies - Variable in class mil.nga.giat.geowave.adapter.raster.adapter.merge.RootMergeStrategy
-
- children() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryStoreUtils.AndExpression
-
- children() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryStoreUtils.ChildExpression
-
- children() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryStoreUtils.OrExpression
-
- ChooseBestMatchIndexQueryStrategy - Class in mil.nga.giat.geowave.adapter.vector.index
-
- ChooseBestMatchIndexQueryStrategy() - Constructor for class mil.nga.giat.geowave.adapter.vector.index.ChooseBestMatchIndexQueryStrategy
-
- ChooseHeuristicMatchIndexQueryStrategy - Class in mil.nga.giat.geowave.adapter.vector.index
-
This Query Strategy chooses the index that satisfies the most dimensions of
the underlying query first and then if multiple are found it will choose the
one that most closely preserves locality.
- ChooseHeuristicMatchIndexQueryStrategy() - Constructor for class mil.nga.giat.geowave.adapter.vector.index.ChooseHeuristicMatchIndexQueryStrategy
-
- ChooseLocalityPreservingQueryStrategy - Class in mil.nga.giat.geowave.adapter.vector.index
-
This Query Strategy purely chooses the index that most closely preserves
locality given a query.
- ChooseLocalityPreservingQueryStrategy() - Constructor for class mil.nga.giat.geowave.adapter.vector.index.ChooseLocalityPreservingQueryStrategy
-
- clamp(double) - Method in class mil.nga.giat.geowave.core.geotime.index.dimension.LatitudeDefinition
-
- clamp(double) - Method in class mil.nga.giat.geowave.core.index.dimension.BasicDimensionDefinition
-
- clamp(double, double, double) - Static method in class mil.nga.giat.geowave.core.index.dimension.BasicDimensionDefinition
-
- classFactory(String, Class<T>) - Static method in class mil.nga.giat.geowave.core.index.PersistenceUtils
-
- classification - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackClassification
-
an estimate of the classification of an object being tracked
- ClassificationCredibility - Class in mil.nga.giat.geowave.format.stanag4676.parser.model
-
- ClassificationCredibility() - Constructor for class mil.nga.giat.geowave.format.stanag4676.parser.model.ClassificationCredibility
-
- ClassificationCredibility(Integer, Integer) - Constructor for class mil.nga.giat.geowave.format.stanag4676.parser.model.ClassificationCredibility
-
- ClassificationLevel - Enum in mil.nga.giat.geowave.format.stanag4676.parser.model
-
Enumeration for Classification Level
- classifications - Variable in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues
-
Deprecated.
- cleanOptionName(String) - Static method in class mil.nga.giat.geowave.core.store.config.ConfigUtils
-
- cleanup(Mapper<GeoWaveInputKey, SimpleFeature, AvroKey<AvroSimpleFeatureCollection>, NullWritable>.Context) - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorExportMapper
-
- cleanup(Mapper.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.GroupAssignmentMapReduce.GroupAssignmentMapper
-
- cleanup(Reducer.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.CellSummationReducer
-
- cleanup(Mapper<Key, Value, GeoWaveOutputKey, Object>.Context) - Method in class mil.nga.giat.geowave.cli.osm.mapreduce.Convert.OSMConversionMapper
-
- clear() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveTransactionManagement
-
Clear diff - called during rollback.
- clear() - Method in interface mil.nga.giat.geowave.analytic.clustering.CentroidManager
-
- clear() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidManagerGeoWave
-
- clear() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterNeighborList
-
- clear() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanClusterList
-
Clear the contents.
- clear() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.SingleItemClusterList
-
- clear() - Method in class mil.nga.giat.geowave.analytic.nn.DefaultNeighborList
-
- clear() - Method in interface mil.nga.giat.geowave.analytic.nn.NeighborList
-
Clear the contents.
- clear() - Method in class mil.nga.giat.geowave.analytic.nn.NullList
-
- clear() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
- clear() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponse.Builder
-
- clear() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType.Builder
-
- clear() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter.Builder
-
- clear() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
- clear() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponse.Builder
-
- clear() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType.Builder
-
- clear() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter.Builder
-
- clearAdapter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bytes adapter = 5;
- clearAdapter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes adapter = 5;
- clearAdapterId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter.Builder
-
required bytes adapterId = 1;
- clearAdapterId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes adapterId = 6;
- clearAdapterId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter.Builder
-
required bytes adapterId = 1;
- clearAggregation() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
required .AggregationType aggregation = 1;
- clearAggregation() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
required .AggregationType aggregation = 1;
- clearAttributeDefaultClassifications() - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition.Builder
-
Clears the value of the 'attributeDefaultClassifications' field
- clearAttributeNames() - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition.Builder
-
Clears the value of the 'attributeNames' field
- clearAttributeTypes() - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition.Builder
-
Clears the value of the 'attributeTypes' field
- clearBlockCaching() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bool blockCaching = 6;
- clearBlockCaching() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bool blockCaching = 8;
- clearCache() - Static method in class mil.nga.giat.geowave.adapter.vector.FeatureWritable
-
- clearCacheSize() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional int32 cacheSize = 7;
- clearCacheSize() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional int32 cacheSize = 9;
- clearChangesetId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Clears the value of the 'changeset_id' field
- clearClassifications() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues.Builder
-
Clears the value of the 'classifications' field
- clearClosedAt() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Clears the value of the 'closed_at' field
- ClearCommand - Class in mil.nga.giat.geowave.core.store.operations.remote
-
- ClearCommand() - Constructor for class mil.nga.giat.geowave.core.store.operations.remote.ClearCommand
-
- clearCommon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node.Builder
-
Clears the value of the 'common' field
- clearCommon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Relation.Builder
-
Clears the value of the 'common' field
- clearCommon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Way.Builder
-
Clears the value of the 'common' field
- clearCreatedAt() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Clears the value of the 'created_at' field
- clearDataId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter.Builder
-
required bytes dataId = 2;
- clearDataId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter.Builder
-
required bytes dataId = 2;
- clearDescription() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Clears the value of the 'description' field
- clearFeatureType() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeature.Builder
-
Clears the value of the 'featureType' field
- clearFeatureType() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeatureCollection.Builder
-
Clears the value of the 'featureType' field
- clearFeatureTypeName() - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition.Builder
-
Clears the value of the 'featureTypeName' field
- clearFid() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues.Builder
-
Clears the value of the 'fid' field
- clearFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bytes filter = 3;
- clearFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes filter = 3;
- clearGpxfile() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Clears the value of the 'gpxfile' field
- clearId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Clears the value of the 'id' field
- clearId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Clears the value of the 'id' field
- clearIds() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.LongArray.Builder
-
Clears the value of the 'ids' field
- clearLatitude() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node.Builder
-
Clears the value of the 'latitude' field
- clearLatitude() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Clears the value of the 'latitude' field
- clearLongitude() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node.Builder
-
Clears the value of the 'longitude' field
- clearLongitude() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Clears the value of the 'longitude' field
- clearMaxLat() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Clears the value of the 'max_lat' field
- clearMaxLon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Clears the value of the 'max_lon' field
- clearMember() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember.Builder
-
Clears the value of the 'member' field
- clearMembers() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Relation.Builder
-
Clears the value of the 'members' field
- clearMemberType() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember.Builder
-
Clears the value of the 'member_type' field
- clearMessages() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- clearMinLat() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Clears the value of the 'min_lat' field
- clearMinLon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Clears the value of the 'min_lon' field
- clearModel() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bytes model = 4;
- clearModel() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes model = 4;
- clearName() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType.Builder
-
required string name = 1;
- clearName() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType.Builder
-
required string name = 1;
- clearNodes() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Way.Builder
-
Clears the value of the 'nodes' field
- clearNumChanges() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Clears the value of the 'num_changes' field
- clearNumericIndexStrategyFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes numericIndexStrategyFilter = 7;
- clearOpen() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Clears the value of the 'open' field
- clearOriginalFile() - Method in class mil.nga.giat.geowave.core.ingest.avro.WholeFile.Builder
-
Clears the value of the 'originalFile' field
- clearOriginalFile() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.HdfsFile.Builder
-
Clears the value of the 'originalFile' field
- clearOriginalFilePath() - Method in class mil.nga.giat.geowave.core.ingest.avro.WholeFile.Builder
-
Clears the value of the 'originalFilePath' field
- clearOriginalFilePath() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.HdfsFile.Builder
-
Clears the value of the 'originalFilePath' field
- clearParameters() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- clearParams() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType.Builder
-
optional bytes params = 2;
- clearParams() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType.Builder
-
optional bytes params = 2;
- clearPointinstance() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Clears the value of the 'pointinstance' field
- clearPoints() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Clears the value of the 'points' field
- clearRangeFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bytes rangeFilter = 2;
- clearRangeFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes rangeFilter = 2;
- clearRenderer() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderAggregation
-
- clearResult() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderAggregation
-
- clearResult() - Method in interface mil.nga.giat.geowave.core.store.query.aggregate.Aggregation
-
this will be called if the result should be reset to its default value
- clearResult() - Method in class mil.nga.giat.geowave.core.store.query.aggregate.CountAggregation
-
- clearResult() - Method in class mil.nga.giat.geowave.core.store.query.aggregate.DataStatisticsAggregation
-
- clearRole() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember.Builder
-
Clears the value of the 'role' field
- clearSimpleFeatureCollection() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeatureCollection.Builder
-
Clears the value of the 'simpleFeatureCollection' field
- clearTags() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Clears the value of the 'tags' field
- clearTags() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Clears the value of the 'tags' field
- clearTags() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Clears the value of the 'tags' field
- clearTaxiid() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Clears the value of the 'taxiid' field
- clearTimestamp() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Clears the value of the 'timestamp' field
- clearTimestamp() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Clears the value of the 'timestamp' field
- clearTimestamp() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Clears the value of the 'timestamp' field
- clearTrackid() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Clears the value of the 'trackid' field
- clearUser() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Clears the value of the 'user' field
- clearUserId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Clears the value of the 'user_id' field
- clearUserId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Clears the value of the 'user_id' field
- clearUserid() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Clears the value of the 'userid' field
- clearUserName() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Clears the value of the 'user_name' field
- clearUserName() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Clears the value of the 'user_name' field
- clearValue() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeature.Builder
-
Clears the value of the 'value' field
- clearValue() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponse.Builder
-
required bytes value = 1;
- clearValue() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponse.Builder
-
required bytes value = 1;
- clearValues() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues.Builder
-
Clears the value of the 'values' field
- clearVersion() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Clears the value of the 'version' field
- clearVisibility() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Clears the value of the 'visibility' field
- clearVisible() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Clears the value of the 'visible' field
- clientFilter - Variable in class mil.nga.giat.geowave.core.store.util.EntryIteratorWrapper
-
- clientFilters - Variable in class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloFilteredIndexQuery
-
- clientFilters - Variable in class mil.nga.giat.geowave.datastore.hbase.query.HBaseFilteredIndexQuery
-
- ClientSideCQLQuery - Class in mil.nga.giat.geowave.cli.debug
-
- ClientSideCQLQuery() - Constructor for class mil.nga.giat.geowave.cli.debug.ClientSideCQLQuery
-
- CLIOperationProviderSpi - Interface in mil.nga.giat.geowave.core.cli.spi
-
- clipIndexedBBOXConstraints(Geometry) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureReader
-
- clipIndexedBBOXConstraints(SimpleFeatureType, Geometry, Map<ByteArrayId, DataStatistics<SimpleFeature>>) - Static method in class mil.nga.giat.geowave.adapter.vector.util.QueryIndexHelper
-
Clip the provided bounded box with the statistics for the index
- clipIndexedTemporalConstraints(TemporalConstraintsSet) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureReader
-
- clipIndexedTemporalConstraints(Map<ByteArrayId, DataStatistics<SimpleFeature>>, TimeDescriptors, TemporalConstraintsSet) - Static method in class mil.nga.giat.geowave.adapter.vector.util.QueryIndexHelper
-
Clip the provided constraints using the statistics, if available.
- clockwise(Coordinate[]) - Static method in class mil.nga.giat.geowave.analytic.GeometryHullTool
-
Determine if the polygon is defined clockwise
- clone() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
- clone() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponse.Builder
-
- clone() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType.Builder
-
- clone() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter.Builder
-
- clone() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
- clone() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponse.Builder
-
- clone() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType.Builder
-
- clone() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter.Builder
-
- clone(Stanag4676EventWritable) - Static method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676EventWritable
-
- cloneAnnotationsAttribute(ConstPool, AnnotationsAttribute, ElementType) - Static method in class mil.nga.giat.geowave.core.cli.prefix.JavassistUtils
-
This function will take the given annotations attribute and create a new
attribute, cloning all the annotations and specified values within the
attribute.
- close(FeatureIterator<SimpleFeature>) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureCollection
-
- close() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureReader
-
- close() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureWriter
-
- close() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.MemoryTransactionsAllocator
-
- close() - Method in class mil.nga.giat.geowave.adapter.vector.util.FeatureTranslatingIterator
-
- close(TaskAttemptContext) - Method in class mil.nga.giat.geowave.analytic.mapreduce.DoubleOutputFormat.DoubleRecordWriter
-
- close() - Method in class mil.nga.giat.geowave.cli.osm.mapreduce.Convert.OsmProvider.OsmProvider
-
- close() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.StageRunData
-
- close() - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaIngestRunData
-
- close() - Method in class mil.nga.giat.geowave.core.ingest.kafka.StageKafkaData
-
- close() - Method in class mil.nga.giat.geowave.core.ingest.local.LocalIngestRunData
-
- close() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.StatsCompositionTool
-
- close() - Method in class mil.nga.giat.geowave.core.store.base.DataStoreCallbackManager
-
- close() - Method in class mil.nga.giat.geowave.core.store.callback.DeleteCallbackList
-
- close() - Method in class mil.nga.giat.geowave.core.store.callback.IngestCallbackList
-
- close() - Method in class mil.nga.giat.geowave.core.store.callback.ScanCallbackList
-
- close() - Method in class mil.nga.giat.geowave.core.store.CloseableIterator.Empty
-
- close() - Method in class mil.nga.giat.geowave.core.store.CloseableIterator.Wrapper
-
- close() - Method in class mil.nga.giat.geowave.core.store.CloseableIteratorWrapper
-
- close() - Method in class mil.nga.giat.geowave.core.store.index.BaseSecondaryIndexDataStore
-
- close() - Method in class mil.nga.giat.geowave.core.store.index.DataStoreIndexWriter
-
- close() - Method in class mil.nga.giat.geowave.core.store.index.SecondaryIndexDataManager
-
- close() - Method in class mil.nga.giat.geowave.core.store.index.writer.IndependentAdapterIndexWriter
-
- close() - Method in class mil.nga.giat.geowave.core.store.index.writer.IndexCompositeWriter
-
- close() - Method in class mil.nga.giat.geowave.datastore.accumulo.BatchWriterWrapper
-
- close() - Method in class mil.nga.giat.geowave.datastore.accumulo.util.ScannerClosableWrapper
-
- close() - Method in class mil.nga.giat.geowave.datastore.hbase.io.HBaseWriter
-
- close() - Method in class mil.nga.giat.geowave.datastore.hbase.util.HBaseUtils.MultiScannerClosableWrapper
-
- close() - Method in class mil.nga.giat.geowave.datastore.hbase.util.HBaseUtils.ScannerClosableWrapper
-
- close() - Method in class mil.nga.giat.geowave.format.geotools.vector.SimpleFeatureGeoWaveWrapper
-
- close() - Method in class mil.nga.giat.geowave.format.gpx.GPXConsumer
-
- close() - Method in class mil.nga.giat.geowave.format.landsat8.BandFeatureIterator
-
- close() - Method in class mil.nga.giat.geowave.format.landsat8.SceneFeatureIterator
-
- close(TaskAttemptContext) - Method in class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputFormat.GeoWaveRecordWriter
-
- close() - Method in class mil.nga.giat.geowave.mapreduce.splits.GeoWaveRecordReader
-
- CloseableIterator<E> - Interface in mil.nga.giat.geowave.core.store
-
This interface wraps both the Iterator interface and the Closeable interface.
- CloseableIterator.Empty<E> - Class in mil.nga.giat.geowave.core.store
-
- CloseableIterator.Wrapper<E> - Class in mil.nga.giat.geowave.core.store
-
- CloseableIteratorWrapper<E> - Class in mil.nga.giat.geowave.core.store
-
This is a simple wrapper around an iterator and a closeable to ensure that
the caller can close the closeable when it is finished being used by the
iterator.
- CloseableIteratorWrapper(Closeable, Iterator<E>) - Constructor for class mil.nga.giat.geowave.core.store.CloseableIteratorWrapper
-
- CloseableIteratorWrapper(Closeable, Iterator<E>, Integer) - Constructor for class mil.nga.giat.geowave.core.store.CloseableIteratorWrapper
-
- closed_at - Variable in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Deprecated.
- closeInternal() - Method in class mil.nga.giat.geowave.core.store.index.DataStoreIndexWriter
-
- closeInternal() - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseIndexWriter
-
- closeIterator(Iterator<SimpleFeature>) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureCollection
-
- CLOUD_COVER_ATTRIBUTE_NAME - Static variable in class mil.nga.giat.geowave.format.landsat8.SceneFeatureIterator
-
- Cluster - Interface in mil.nga.giat.geowave.analytic.mapreduce.dbscan
-
- clusterGeo - Variable in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanClusterList
-
- CLUSTERING_CRS - Static variable in class mil.nga.giat.geowave.analytic.clustering.ClusteringUtils
-
- ClusteringParameter - Annotation Type in mil.nga.giat.geowave.analytic.param.annotations
-
This is a stop-gap measure to allow using JCommander with Analytics, until we
figure out how to deal with PropertyEnum.
- ClusteringParameters - Class in mil.nga.giat.geowave.analytic.param
-
- ClusteringParameters() - Constructor for class mil.nga.giat.geowave.analytic.param.ClusteringParameters
-
- ClusteringParameters.Clustering - Enum in mil.nga.giat.geowave.analytic.param
-
- ClusteringRunner - Interface in mil.nga.giat.geowave.analytic.mapreduce.clustering.runner
-
- ClusteringUtils - Class in mil.nga.giat.geowave.analytic.clustering
-
- ClusteringUtils() - Constructor for class mil.nga.giat.geowave.analytic.clustering.ClusteringUtils
-
- ClusterItem - Class in mil.nga.giat.geowave.analytic.mapreduce.dbscan
-
A DB Scan cluster Item
- ClusterItem(String, Geometry, long, boolean) - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItem
-
- ClusterItemDistanceFn - Class in mil.nga.giat.geowave.analytic.mapreduce.dbscan
-
Calculate distance between two cluster items.
- ClusterItemDistanceFn() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItemDistanceFn
-
- ClusterItemDistanceFn(DistanceFn<Coordinate>) - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItemDistanceFn
-
- ClusterItemDistanceFn.ClusterProfileContext - Class in mil.nga.giat.geowave.analytic.mapreduce.dbscan
-
- ClusterNeighborList - Class in mil.nga.giat.geowave.analytic.mapreduce.dbscan
-
- ClusterNeighborList(ByteArrayId, ClusterItem, NeighborListFactory<ClusterItem>, Map<ByteArrayId, Cluster>) - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterNeighborList
-
- ClusterNeighborList.ClusterNeighborListFactory - Class in mil.nga.giat.geowave.analytic.mapreduce.dbscan
-
- ClusterNeighborListFactory(NeighborListFactory<ClusterItem>, Map<ByteArrayId, Cluster>) - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterNeighborList.ClusterNeighborListFactory
-
- ClusterProfileContext() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItemDistanceFn.ClusterProfileContext
-
- ClusterUnionList - Class in mil.nga.giat.geowave.analytic.mapreduce.dbscan
-
A cluster represented by a hull.
- ClusterUnionList(ByteArrayId, ClusterItem, NeighborListFactory<ClusterItem>, Map<ByteArrayId, Cluster>) - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterUnionList
-
- ClusterUnionList.ClusterUnionListFactory - Class in mil.nga.giat.geowave.analytic.mapreduce.dbscan
-
- ClusterUnionListFactory(Map<ByteArrayId, Cluster>) - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterUnionList.ClusterUnionListFactory
-
- collectStats(LongWritable, double, Reducer<LongWritable, DoubleWritable, DoubleWritable, LongWritable>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.CellSummationReducer
-
- collectStats(LongWritable, double, Reducer.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCellSummationReducer
-
- collectStats(long, Reducer<LongWritable, DoubleWritable, ComparisonCellData, LongWritable>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCombiningStatsReducer
-
- columnFamilies - Variable in class mil.nga.giat.geowave.datastore.accumulo.query.FixedCardinalitySkippingIterator
-
- ColumnFamily - Class in mil.nga.giat.geowave.cli.osm.accumulo.osmschema
-
Created by bennight on 1/31/2015.
- ColumnFamily() - Constructor for class mil.nga.giat.geowave.cli.osm.accumulo.osmschema.ColumnFamily
-
- columnFamilyExists(String, String) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.BasicHBaseOperations
-
- ColumnQualifier - Class in mil.nga.giat.geowave.cli.osm.accumulo.osmschema
-
- ColumnQualifier() - Constructor for class mil.nga.giat.geowave.cli.osm.accumulo.osmschema.ColumnQualifier
-
- COLUMNS_OPTION - Static variable in class mil.nga.giat.geowave.datastore.accumulo.MergingCombiner
-
- ColumnVisibilityManagementSpi<T> - Interface in mil.nga.giat.geowave.adapter.vector.plugin.visibility
-
Provides a strategy to create visibility handlers for each attribute.
- combineArrays(byte[], byte[]) - Static method in class mil.nga.giat.geowave.core.index.ByteArrayUtils
-
Combine 2 arrays into one large array.
- combineIntoOneGeometry(Geometry, Geometry) - Static method in class mil.nga.giat.geowave.adapter.raster.RasterUtils
-
- CombineStatisticsCommand - Class in mil.nga.giat.geowave.datastore.hbase.cli
-
- CombineStatisticsCommand() - Constructor for class mil.nga.giat.geowave.datastore.hbase.cli.CombineStatisticsCommand
-
- Command - Interface in mil.nga.giat.geowave.core.cli.api
-
An operation may choose to implement Command, which will then lead to the
'execute' method being called during the execute() phase.
- CommandLineOperationParams - Class in mil.nga.giat.geowave.core.cli.parser
-
- CommandLineOperationParams(String[]) - Constructor for class mil.nga.giat.geowave.core.cli.parser.CommandLineOperationParams
-
- commit() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.lock.AuthorizedLock
-
- commit() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveAutoCommitTransactionState
-
Will apply differences to store.
- commit() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveTransactionManagement
-
- commit() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveTransactionManagementState
-
Will apply differences to store.
- common - Variable in class mil.nga.giat.geowave.cli.osm.types.generated.Node
-
Deprecated.
- common - Variable in class mil.nga.giat.geowave.cli.osm.types.generated.Relation
-
Deprecated.
- common - Variable in class mil.nga.giat.geowave.cli.osm.types.generated.Way
-
Deprecated.
- commonData - Variable in class mil.nga.giat.geowave.core.store.data.PersistenceEncoding
-
- CommonIndexAggregation<P extends Persistable,R extends Mergeable> - Interface in mil.nga.giat.geowave.core.store.query.aggregate
-
- CommonIndexedPersistenceEncoding - Class in mil.nga.giat.geowave.core.store.data
-
This class models all of the necessary information for persisting data in
Accumulo (following the common index model) and is used internally within
GeoWave as an intermediary object between the direct storage format and the
native data format.
- CommonIndexedPersistenceEncoding(ByteArrayId, ByteArrayId, ByteArrayId, int, PersistentDataset<CommonIndexValue>, PersistentDataset<byte[]>) - Constructor for class mil.nga.giat.geowave.core.store.data.CommonIndexedPersistenceEncoding
-
- CommonIndexModel - Interface in mil.nga.giat.geowave.core.store.index
-
This interface describes the common fields for all of the data within the
index.
- CommonIndexValue - Interface in mil.nga.giat.geowave.core.store.index
-
A common index value can be very generic but must have a way to identify its
visibility
- CommonOptions - Class in mil.nga.giat.geowave.analytic.mapreduce.operations.options
-
- CommonOptions() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- CommonParameter - Annotation Type in mil.nga.giat.geowave.analytic.param.annotations
-
This is a stop-gap measure to allow using JCommander with Analytics, until we
figure out how to deal with PropertyEnum.
- CommonParameters - Class in mil.nga.giat.geowave.analytic.param
-
- CommonParameters() - Constructor for class mil.nga.giat.geowave.analytic.param.CommonParameters
-
- CommonParameters.Common - Enum in mil.nga.giat.geowave.analytic.param
-
- COMP_EPSILON - Static variable in class mil.nga.giat.geowave.core.index.FloatCompareUtils
-
- compactHilbertCurve - Variable in class mil.nga.giat.geowave.core.index.sfc.hilbert.HilbertSFC
-
- Comparator() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.CountofDoubleWritable.Comparator
-
- ComparatorStanag4676EventWritable - Class in mil.nga.giat.geowave.format.stanag4676
-
- ComparatorStanag4676EventWritable() - Constructor for class mil.nga.giat.geowave.format.stanag4676.ComparatorStanag4676EventWritable
-
- compare(byte[], int, int, byte[], int, int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.CountofDoubleWritable.Comparator
-
- compare(Geometry, PreparedGeometry) - Method in interface mil.nga.giat.geowave.core.geotime.store.filter.SpatialQueryFilter.SpatialQueryCompareOp
-
- compare(double, double, double, double) - Method in interface mil.nga.giat.geowave.core.store.filter.BasicQueryFilter.BasicQueryCompareOp
-
- compare(Pair<Integer, DataStoreEntryInfo.FieldInfo<?>>, Pair<Integer, DataStoreEntryInfo.FieldInfo<?>>) - Method in class mil.nga.giat.geowave.core.store.flatten.BitmaskedFieldInfoComparator
-
- compare(SimpleFeature, SimpleFeature) - Method in class mil.nga.giat.geowave.format.landsat8.SceneFeatureIterator.BestCloudCoverComparator
-
- compare(Stanag4676EventWritable, Stanag4676EventWritable) - Method in class mil.nga.giat.geowave.format.stanag4676.ComparatorStanag4676EventWritable
-
- compareOp - Variable in class mil.nga.giat.geowave.core.store.filter.BasicQueryFilter
-
- compareTo(Resolution) - Method in class mil.nga.giat.geowave.adapter.raster.Resolution
-
- compareTo(NeighborData<T>) - Method in class mil.nga.giat.geowave.analytic.clustering.NeighborData
-
- compareTo(GeometryHullTool.Edge) - Method in class mil.nga.giat.geowave.analytic.GeometryHullTool.Edge
-
- compareTo(Object) - Method in class mil.nga.giat.geowave.analytic.mapreduce.CountofDoubleWritable
-
- compareTo(ComparisonCellData) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCellData
-
- compareTo(NNData<T>) - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNData
-
- compareTo(NNMapReduce.PartitionDataWritable) - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNMapReduce.PartitionDataWritable
-
- compareTo(ByteArrayId) - Method in class mil.nga.giat.geowave.core.index.ByteArrayId
-
- compareTo(ByteArrayRange) - Method in class mil.nga.giat.geowave.core.index.ByteArrayRange
-
- compareTo(EntryRowID) - Method in class mil.nga.giat.geowave.core.store.base.EntryRowID
-
- compareTo(MemoryEntryRow) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryEntryRow
-
- compareTo(GeoWaveKey) - Method in class mil.nga.giat.geowave.mapreduce.GeoWaveKey
-
- compareTo(GeoWaveKey) - Method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputKey
-
- compareTo(GeoWaveKey) - Method in class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputKey
-
- compareTo(IntermediateSplitInfo) - Method in class mil.nga.giat.geowave.mapreduce.splits.IntermediateSplitInfo
-
- ComparisonAccumuloStatsReducer - Class in mil.nga.giat.geowave.analytic.mapreduce.kde.compare
-
- ComparisonAccumuloStatsReducer() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonAccumuloStatsReducer
-
- ComparisonCellData - Class in mil.nga.giat.geowave.analytic.mapreduce.kde.compare
-
- ComparisonCellData() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCellData
-
- ComparisonCellData(double, double) - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCellData
-
- ComparisonCellDataReducer - Class in mil.nga.giat.geowave.analytic.mapreduce.kde.compare
-
- ComparisonCellDataReducer() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCellDataReducer
-
- ComparisonCellLevelPartitioner - Class in mil.nga.giat.geowave.analytic.mapreduce.kde.compare
-
- ComparisonCellLevelPartitioner() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCellLevelPartitioner
-
- ComparisonCellSummationReducer - Class in mil.nga.giat.geowave.analytic.mapreduce.kde.compare
-
- ComparisonCellSummationReducer() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCellSummationReducer
-
- ComparisonCombinedLevelPartitioner - Class in mil.nga.giat.geowave.analytic.mapreduce.kde.compare
-
- ComparisonCombinedLevelPartitioner() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCombinedLevelPartitioner
-
- ComparisonCombiningStatsMapper - Class in mil.nga.giat.geowave.analytic.mapreduce.kde.compare
-
- ComparisonCombiningStatsMapper() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCombiningStatsMapper
-
- ComparisonCombiningStatsReducer - Class in mil.nga.giat.geowave.analytic.mapreduce.kde.compare
-
- ComparisonCombiningStatsReducer() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCombiningStatsReducer
-
- ComparisonCommandLineOptions - Class in mil.nga.giat.geowave.analytic.mapreduce.kde.compare
-
- ComparisonCommandLineOptions() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCommandLineOptions
-
- ComparisonCommandLineOptions(String) - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCommandLineOptions
-
- ComparisonDoubleLevelPartitioner - Class in mil.nga.giat.geowave.analytic.mapreduce.kde.compare
-
- ComparisonDoubleLevelPartitioner() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonDoubleLevelPartitioner
-
- ComparisonGaussianCellMapper - Class in mil.nga.giat.geowave.analytic.mapreduce.kde.compare
-
- ComparisonGaussianCellMapper() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonGaussianCellMapper
-
- ComparisonIdentityMapper - Class in mil.nga.giat.geowave.analytic.mapreduce.kde.compare
-
- ComparisonIdentityMapper() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonIdentityMapper
-
- ComparisonLevelPartitioner<T> - Class in mil.nga.giat.geowave.analytic.mapreduce.kde.compare
-
- ComparisonLevelPartitioner() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonLevelPartitioner
-
- ComparisonStatsJobRunner - Class in mil.nga.giat.geowave.analytic.mapreduce.kde.compare
-
- ComparisonStatsJobRunner(ComparisonCommandLineOptions, KDECommandLineOptions, DataStorePluginOptions, DataStorePluginOptions) - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonStatsJobRunner
-
- complete(ByteArrayId, STORE_VALUE, NeighborList<STORE_VALUE>) - Method in interface mil.nga.giat.geowave.analytic.nn.NNProcessor.CompleteNotifier
-
- complete() - Method in class mil.nga.giat.geowave.cli.osm.parser.OsmXmlLoader
-
- components - Variable in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.AbstractTransactionManagement
-
- composeAuthorizations() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveEmptyTransaction
-
- composeAuthorizations() - Method in interface mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveTransaction
-
- composeAuthorizations() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveTransactionManagement
-
- composeByteArrayId(ByteArrayId, ByteArrayId) - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
Create a compound ByteArrayId
- composeConstraints(SimpleFeatureType, TimeDescriptors, Map<ByteArrayId, DataStatistics<SimpleFeature>>, Geometry, TemporalConstraintsSet) - Static method in class mil.nga.giat.geowave.adapter.vector.util.QueryIndexHelper
-
Compose a query from the set of constraints.
- composeFlattenedFields(List<DataStoreEntryInfo.FieldInfo<?>>, CommonIndexModel, WritableDataAdapter<?>) - Static method in class mil.nga.giat.geowave.core.store.util.DataStoreUtils
-
This method combines all FieldInfos that share a common visibility into a
single FieldInfo
- composeGeometricConstraints(SimpleFeatureType, Map<ByteArrayId, DataStatistics<SimpleFeature>>, Geometry) - Static method in class mil.nga.giat.geowave.adapter.vector.util.QueryIndexHelper
-
If composed constraints matched statistics constraints, are empty or
null, then return empty constraint set
- composeGeometry(CoordinateReferenceSystem) - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureBoundingBoxStatistics
-
- composeId(String) - Static method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureBoundingBoxStatistics
-
- composeId(String) - Static method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureCountMinSketchStatistics
-
- composeId(String) - Static method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureFixedBinNumericStatistics
-
- composeId(String) - Static method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureHyperLogLogStatistics
-
- composeId(String) - Static method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureNumericHistogramStatistics
-
- composeId(String) - Static method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureNumericRangeStatistics
-
- composeId(String) - Static method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureTimeRangeStatistics
-
- composeId(String, String) - Static method in class mil.nga.giat.geowave.core.store.adapter.statistics.AbstractDataStatistics
-
- composeId(ByteArrayId) - Static method in class mil.nga.giat.geowave.core.store.adapter.statistics.DuplicateEntryCount
-
- composeId(ByteArrayId) - Static method in class mil.nga.giat.geowave.core.store.adapter.statistics.MaxDuplicatesStatistics
-
- composeId(ByteArrayId) - Static method in class mil.nga.giat.geowave.core.store.adapter.statistics.RowRangeHistogramStatistics
-
- composeId(ByteArrayId) - Static method in class mil.nga.giat.geowave.core.store.data.visibility.DifferingFieldVisibilityEntryCount
-
- composeId(ByteArrayId) - Static method in class mil.nga.giat.geowave.core.store.data.visibility.FieldVisibilityCount
-
- composeId(ByteArrayId) - Static method in class mil.nga.giat.geowave.core.store.index.IndexMetaDataSet
-
- composeRangeTemporalConstraints(TimeDescriptors, TemporalConstraintsSet) - Static method in class mil.nga.giat.geowave.adapter.vector.util.QueryIndexHelper
-
Compose temporal constraints given the constraint set and the descriptors
for the index.
- composeTimeBoundedConstraints(SimpleFeatureType, TimeDescriptors, Map<ByteArrayId, DataStatistics<SimpleFeature>>, TemporalConstraintsSet) - Static method in class mil.nga.giat.geowave.adapter.vector.util.QueryIndexHelper
-
If composed constraints matched statistics constraints, are empty or
null, then return empty constraint set.
- composeTimeConstraints(SimpleFeatureType, TimeDescriptors, Map<ByteArrayId, DataStatistics<SimpleFeature>>, TemporalConstraintsSet) - Static method in class mil.nga.giat.geowave.adapter.vector.util.QueryIndexHelper
-
Compose a time constraints.
- composeVisibility() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveEmptyTransaction
-
- composeVisibility() - Method in interface mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveTransaction
-
- composeVisibility() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveTransactionManagement
-
- CompositeConstraints - Class in mil.nga.giat.geowave.core.store.index
-
- CompositeConstraints() - Constructor for class mil.nga.giat.geowave.core.store.index.CompositeConstraints
-
- CompositeConstraints(List<FilterableConstraints>) - Constructor for class mil.nga.giat.geowave.core.store.index.CompositeConstraints
-
- CompositeConstraints(List<FilterableConstraints>, boolean) - Constructor for class mil.nga.giat.geowave.core.store.index.CompositeConstraints
-
- CompositeExpression() - Constructor for class mil.nga.giat.geowave.core.store.memory.MemoryStoreUtils.CompositeExpression
-
- CompositeGroupResult() - Constructor for class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderResult.CompositeGroupResult
-
- CompositeGroupResult(PersistableComposite, List<Pair<PersistableRenderedImage, PersistableComposite>>) - Constructor for class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderResult.CompositeGroupResult
-
- CompoundHierarchicalIndexStrategyWrapper - Class in mil.nga.giat.geowave.adapter.raster.adapter
-
This class wraps the first occurrence of a hierarchical index within a
compound index such that sub strategies within the hierarchy are replaced
maintaining the rest of the structure of the compound index
- CompoundHierarchicalIndexStrategyWrapper(List<CompoundIndexStrategy>, HierarchicalNumericIndexStrategy) - Constructor for class mil.nga.giat.geowave.adapter.raster.adapter.CompoundHierarchicalIndexStrategyWrapper
-
- CompoundHierarchicalIndexStrategyWrapper() - Constructor for class mil.nga.giat.geowave.adapter.raster.adapter.CompoundHierarchicalIndexStrategyWrapper
-
- CompoundIndexStrategy - Class in mil.nga.giat.geowave.core.index
-
Class that implements a compound index strategy.
- CompoundIndexStrategy(NumericIndexStrategy, NumericIndexStrategy) - Constructor for class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
- CompoundIndexStrategy() - Constructor for class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
- compress() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterUnionList
-
- compress() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanClusterList
-
- compress() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.SingleItemClusterList
-
- compute(AnalyticItemWrapper<T>, Iterable<AnalyticItemWrapper<T>>, AssociationNotification<T>) - Method in class mil.nga.giat.geowave.analytic.kmeans.CentroidAssociationFn
-
- compute(Iterable<AnalyticItemWrapper<T>>, Iterable<AnalyticItemWrapper<T>>, AssociationNotification<T>) - Method in class mil.nga.giat.geowave.analytic.kmeans.CentroidAssociationFn
-
- computeCostAndCleanUp(String, List<AnalyticItemWrapper<T>>, CentroidManager<T>, DistanceFn<T>) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansIterationsJobRunner
-
- computePDF(double, double, double) - Static method in class mil.nga.giat.geowave.analytic.mapreduce.kde.GaussianFilter
-
- computeProfile(ClusterItem, ClusterItem) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItemDistanceFn
-
- computeProfile(VALUEIN, VALUEIN) - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNMapReduce.NNReducer.LocalDistanceProfileGenerateFn
-
- computeProfile(ITEM, ITEM) - Method in interface mil.nga.giat.geowave.analytic.nn.DistanceProfileGenerateFn
-
- concatenateWithCallback(Iterator<Map.Entry<RangeLocationPair, CloseableIterator<?>>>, GeoWaveRecordReader.NextRangeCallback) - Static method in class mil.nga.giat.geowave.mapreduce.splits.GeoWaveRecordReader
-
Mostly guava's concatenate method, but there is a need for a callback
between iterators
- concaveHull(Geometry, Collection<Coordinate>) - Method in class mil.nga.giat.geowave.analytic.GeometryHullTool
-
Gift unwrapping (e.g.
- concaveHullParkOhMethod(Geometry, Collection<Coordinate>) - Method in class mil.nga.giat.geowave.analytic.GeometryHullTool
-
Gift unwrapping (e.g.
- ConfigGeoServerCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- ConfigGeoServerCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.ConfigGeoServerCommand
-
- ConfigOperationProvider - Class in mil.nga.giat.geowave.core.cli.operations.config
-
- ConfigOperationProvider() - Constructor for class mil.nga.giat.geowave.core.cli.operations.config.ConfigOperationProvider
-
- ConfigOperationProvider - Class in mil.nga.giat.geowave.core.store.operations.config
-
- ConfigOperationProvider() - Constructor for class mil.nga.giat.geowave.core.store.operations.config.ConfigOperationProvider
-
- ConfigOption - Class in mil.nga.giat.geowave.core.store.config
-
- ConfigOption(String, String, boolean, Class) - Constructor for class mil.nga.giat.geowave.core.store.config.ConfigOption
-
- ConfigOptions - Class in mil.nga.giat.geowave.core.cli.operations.config.options
-
Config options allows the user to override the default location for
configuration options, and also allows commands to load the properties needed
for running the program.
- ConfigOptions() - Constructor for class mil.nga.giat.geowave.core.cli.operations.config.options.ConfigOptions
-
- ConfigSection - Class in mil.nga.giat.geowave.core.cli.operations.config
-
- ConfigSection() - Constructor for class mil.nga.giat.geowave.core.cli.operations.config.ConfigSection
-
- configure(Job) - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.AnalyticJobRunner
-
- configure(Job) - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.ConvexHullJobRunner
-
- configure(Job) - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.GeoWaveAnalyticExtractJobRunner
-
- configure(Job) - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.GeoWaveInputLoadJobRunner
-
- configure(Job) - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.GroupAssigmentJobRunner
-
- configure(Job) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanJobRunner
-
- configure(Job) - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- configure(Job) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansDistortionJobRunner
-
- configure(Job) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansJobRunner
-
- configure(Job) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KSamplerJobRunner
-
- configure(Job) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.UpdateCentroidCostJobRunner
-
- configure(Job) - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNJobRunner
-
- configure(Job) - Method in class mil.nga.giat.geowave.mapreduce.AbstractGeoWaveJobRunner
-
- configure(Job) - Method in class mil.nga.giat.geowave.mapreduce.dedupe.GeoWaveDedupeJobRunner
-
- configureFromType(SimpleFeatureType) - Method in class mil.nga.giat.geowave.adapter.vector.index.AbstractSecondaryIndexConfiguration
-
- configureFromType(SimpleFeatureType) - Method in class mil.nga.giat.geowave.adapter.vector.index.SimpleFeaturePrimaryIndexConfiguration
-
- configureFromType(SimpleFeatureType) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.visibility.VisibilityConfiguration
-
- configureFromType(SimpleFeatureType) - Method in class mil.nga.giat.geowave.adapter.vector.stats.StatsConfigurationCollection.SimpleFeatureStatsConfigurationCollection
-
- configureFromType(SimpleFeatureType) - Method in interface mil.nga.giat.geowave.adapter.vector.utils.SimpleFeatureUserDataConfiguration
-
Extract configuration from user data of the feature type attributes.
- configureFromType(SimpleFeatureType) - Method in class mil.nga.giat.geowave.adapter.vector.utils.SimpleFeatureUserDataConfigurationSet
-
- configureFromType(SimpleFeatureType) - Method in class mil.nga.giat.geowave.adapter.vector.utils.TimeDescriptors.TimeDescriptorConfiguration
-
- configureSchema(Schema) - Method in class mil.nga.giat.geowave.cli.osm.mapreduce.Ingest.OSMRunner
-
- configureType(SimpleFeatureType) - Static method in class mil.nga.giat.geowave.adapter.vector.utils.SimpleFeatureUserDataConfigurationSet
-
- ConfigUtils - Class in mil.nga.giat.geowave.core.store.config
-
- ConfigUtils() - Constructor for class mil.nga.giat.geowave.core.store.config.ConfigUtils
-
- connect(List<Geometry>) - Method in class mil.nga.giat.geowave.analytic.GeometryHullTool
-
- connect(Geometry, Geometry) - Method in class mil.nga.giat.geowave.analytic.GeometryHullTool
-
Forms create edges between two shapes maintaining convexity.
- connect(Geometry, Geometry, Pair<Integer, Integer>) - Method in class mil.nga.giat.geowave.analytic.GeometryHullTool
-
- ConnectionPool - Class in mil.nga.giat.geowave.datastore.hbase.util
-
- ConnectionPool() - Constructor for class mil.nga.giat.geowave.datastore.hbase.util.ConnectionPool
-
- connectLast(GeometryHullTool.Edge) - Method in class mil.nga.giat.geowave.analytic.GeometryHullTool.Edge
-
- connector - Variable in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- ConnectorPool - Class in mil.nga.giat.geowave.datastore.accumulo.util
-
- ConnectorPool() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.util.ConnectorPool
-
- Constants - Class in mil.nga.giat.geowave.cli.osm.accumulo.osmschema
-
- Constants() - Constructor for class mil.nga.giat.geowave.cli.osm.accumulo.osmschema.Constants
-
- ConstraintData(NumericData, boolean) - Constructor for class mil.nga.giat.geowave.core.store.query.BasicQuery.ConstraintData
-
- constraints - Variable in class mil.nga.giat.geowave.core.store.filter.BasicQueryFilter
-
- Constraints() - Constructor for class mil.nga.giat.geowave.core.store.query.BasicQuery.Constraints
-
- Constraints(BasicQuery.ConstraintSet) - Constructor for class mil.nga.giat.geowave.core.store.query.BasicQuery.Constraints
-
- Constraints(List<BasicQuery.ConstraintSet>) - Constructor for class mil.nga.giat.geowave.core.store.query.BasicQuery.Constraints
-
- constraints - Variable in class mil.nga.giat.geowave.core.store.query.ConstraintsQuery
-
- CONSTRAINTS_OPTION_NAME - Static variable in class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- ConstraintSet() - Constructor for class mil.nga.giat.geowave.core.store.query.BasicQuery.ConstraintSet
-
- ConstraintSet(Map<Class<? extends NumericDimensionDefinition>, BasicQuery.ConstraintData>) - Constructor for class mil.nga.giat.geowave.core.store.query.BasicQuery.ConstraintSet
-
- ConstraintSet(Class<? extends NumericDimensionDefinition>, BasicQuery.ConstraintData) - Constructor for class mil.nga.giat.geowave.core.store.query.BasicQuery.ConstraintSet
-
- constraintsPerTypeOfDimensionDefinition - Variable in class mil.nga.giat.geowave.core.store.query.BasicQuery.ConstraintSet
-
- ConstraintsQuery - Class in mil.nga.giat.geowave.core.store.query
-
- ConstraintsQuery(List<MultiDimensionalNumericData>, Pair<DataAdapter<?>, Aggregation<?, ?, ?>>, IndexMetaData[], PrimaryIndex, List<QueryFilter>, DedupeFilter, DuplicateEntryCount, FilteredIndexQuery) - Constructor for class mil.nga.giat.geowave.core.store.query.ConstraintsQuery
-
- constraintsToByteArrayRanges(List<MultiDimensionalNumericData>, NumericIndexStrategy, int, IndexMetaData...) - Static method in class mil.nga.giat.geowave.core.store.util.DataStoreUtils
-
- constraintsToByteArrayRanges(MultiDimensionalNumericData, NumericIndexStrategy, int) - Static method in class mil.nga.giat.geowave.datastore.hbase.util.HBaseUtils
-
- constructCentroidManager(Configuration, PropertyManagement) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansIterationsJobRunner
-
- constructCentroidManager(Configuration, PropertyManagement) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.StripWeakCentroidsRunner
-
- constructGeometriesOverMapRegions(Coordinate, Geometry) - Static method in class mil.nga.giat.geowave.adapter.vector.utils.GeometryUtils
-
Produce a set of polygons for each region of the map corrected for date
line and hemisphere crossings.
- constructInputSplit(Map<PrimaryIndex, List<RangeLocationPair>>, String[]) - Method in class mil.nga.giat.geowave.datastore.accumulo.mapreduce.AccumuloSplitsProvider
-
- constructInputSplit(Map<PrimaryIndex, List<RangeLocationPair>>, String[]) - Method in class mil.nga.giat.geowave.datastore.hbase.mapreduce.HBaseSplitsProvider
-
- constructInputSplit(Map<PrimaryIndex, List<RangeLocationPair>>, String[]) - Method in class mil.nga.giat.geowave.mapreduce.splits.SplitsProvider
-
- constructKeyValuePairs(byte[], T) - Method in class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloKeyValuePairGenerator
-
- constructKeyValuePairs(byte[], T) - Method in class mil.nga.giat.geowave.datastore.hbase.util.HBaseCellGenerator
-
- constructNewValue(byte[], byte[], byte[]) - Static method in class mil.nga.giat.geowave.core.store.flatten.BitmaskUtils
-
Generates a new value byte array representing a subset of fields of the
given value
- constructRange(byte[], boolean, byte[], boolean) - Method in class mil.nga.giat.geowave.datastore.accumulo.mapreduce.AccumuloSplitsProvider
-
- constructRange(byte[], boolean, byte[], boolean) - Method in class mil.nga.giat.geowave.datastore.hbase.mapreduce.HBaseSplitsProvider
-
- constructRange(byte[], boolean, byte[], boolean) - Method in class mil.nga.giat.geowave.mapreduce.splits.SplitsProvider
-
- constructRangeLocationPair(GeoWaveRowRange, String, double) - Method in class mil.nga.giat.geowave.datastore.accumulo.mapreduce.AccumuloSplitsProvider
-
- constructRangeLocationPair(GeoWaveRowRange, String, double) - Method in class mil.nga.giat.geowave.datastore.hbase.mapreduce.HBaseSplitsProvider
-
- constructRangeLocationPair(GeoWaveRowRange, String, double) - Method in class mil.nga.giat.geowave.mapreduce.splits.SplitsProvider
-
- consume() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.FixedCardinalitySkippingIterator
-
- consumeFromTopic(String, AvroFormatPlugin<T, ?>, KafkaIngestRunData, List<String>) - Method in class mil.nga.giat.geowave.core.ingest.kafka.IngestFromKafkaDriver
-
- consumeMessages(String, AvroFormatPlugin<T, ?>, KafkaIngestRunData, KafkaStream<byte[], byte[]>) - Method in class mil.nga.giat.geowave.core.ingest.kafka.IngestFromKafkaDriver
-
- contains(ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.AdapterToIndexMapping
-
- convert(String) - Method in class mil.nga.giat.geowave.adapter.raster.operations.options.HdfsHostPortConverter
-
- convert(String) - Method in class mil.nga.giat.geowave.adapter.vector.ingest.CQLFilterOptionProvider.ConvertCQLStrToFilterConverter
-
- convert(ByteArrayId, Object) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanMapReduce.SimpleFeatureToClusterItemConverter
-
- convert(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansJumpOptions.NumericRangeConverter
-
- convert(ByteArrayId, Object) - Method in interface mil.nga.giat.geowave.analytic.nn.TypeConverter
-
- convert(byte[]) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement.ByteConverter
-
- convert(Serializable) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement.ByteConverter
-
- convert(Double) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement.DoubleConverter
-
- convert(Serializable) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement.DoubleConverter
-
- convert(Integer) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement.IntegerConverter
-
- convert(Serializable) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement.IntegerConverter
-
- convert(Path) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement.PathConverter
-
- convert(Serializable) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement.PathConverter
-
- convert(Persistable) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement.PersistableConverter
-
- convert(Serializable) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement.PersistableConverter
-
- convert(T) - Method in interface mil.nga.giat.geowave.analytic.PropertyManagement.PropertyConverter
-
- convert(Serializable) - Method in interface mil.nga.giat.geowave.analytic.PropertyManagement.PropertyConverter
-
- convert(CommandLine) - Method in interface mil.nga.giat.geowave.analytic.PropertyManagement.PropertyGroup
-
- convert(DistributableQuery) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement.QueryConverter
-
- convert(Serializable) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement.QueryConverter
-
- convert(QueryOptions) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement.QueryOptionsConverter
-
- convert(Serializable) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement.QueryOptionsConverter
-
- convert(String) - Method in class mil.nga.giat.geowave.cli.debug.AbstractGeoWaveQuery.StringToByteArrayConverter
-
- convert(String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerAddLayerCommand.AddOptionConverter
-
- convert(String) - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs.UpperCaseConverter
-
- convert(Object) - Method in class mil.nga.giat.geowave.cli.osm.osmfeature.types.attributes.AttributeDefinition
-
- convert(Object) - Method in interface mil.nga.giat.geowave.cli.osm.osmfeature.types.attributes.AttributeType
-
- convert(String) - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialTemporalDimensionalityTypeProvider.BiasConverter
-
- convert(String) - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialTemporalDimensionalityTypeProvider.UnitConverter
-
- convert(String) - Method in class mil.nga.giat.geowave.core.ingest.local.LocalInputCommandLineOptions.SplitConverter
-
- convert(InputType) - Method in interface mil.nga.giat.geowave.core.store.util.IteratorWrapper.Converter
-
- convert(String) - Method in class mil.nga.giat.geowave.format.geotools.vector.retyping.date.DateFieldOptionProvider.StringToDateFieldConverter
-
- convert(String, GridCoverage2D, SimpleFeature) - Method in interface mil.nga.giat.geowave.format.landsat8.Landsat8BandConverterSpi
-
- convert(String, GridCoverage2D, SimpleFeature) - Method in class mil.nga.giat.geowave.format.landsat8.qa.QABandToIceMaskConverter
-
- ConvertCQLStrToFilterConverter() - Constructor for class mil.nga.giat.geowave.adapter.vector.ingest.CQLFilterOptionProvider.ConvertCQLStrToFilterConverter
-
- convertFromHilbert(byte[], CompactHilbertCurve, SFCDimensionDefinition[]) - Method in interface mil.nga.giat.geowave.core.index.sfc.hilbert.HilbertSFCOperations
-
Convert the single SFC value to the ranges of raw values that it
represents
- convertFromHilbert(byte[], CompactHilbertCurve, SFCDimensionDefinition[]) - Method in class mil.nga.giat.geowave.core.index.sfc.hilbert.PrimitiveHilbertSFCOperations
-
- convertFromHilbert(byte[], CompactHilbertCurve, SFCDimensionDefinition[]) - Method in class mil.nga.giat.geowave.core.index.sfc.hilbert.UnboundedHilbertSFCOperations
-
- convertToHilbert(double[], CompactHilbertCurve, SFCDimensionDefinition[]) - Method in interface mil.nga.giat.geowave.core.index.sfc.hilbert.HilbertSFCOperations
-
Convert the raw values (ordered per dimension) to a single SFC value
- convertToHilbert(double[], CompactHilbertCurve, SFCDimensionDefinition[]) - Method in class mil.nga.giat.geowave.core.index.sfc.hilbert.PrimitiveHilbertSFCOperations
-
- convertToHilbert(double[], CompactHilbertCurve, SFCDimensionDefinition[]) - Method in class mil.nga.giat.geowave.core.index.sfc.hilbert.UnboundedHilbertSFCOperations
-
- convertToIndex(PrimaryIndex, GridCoverage) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- convertToIndex(PrimaryIndex, T) - Method in interface mil.nga.giat.geowave.core.store.adapter.IndexDependentDataAdapter
-
- convertToType(String, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureReader
-
- convertUnknownValues(DataAdapter<?>, CommonIndexModel) - Method in class mil.nga.giat.geowave.core.store.adapter.AbstractAdapterPersistenceEncoding
-
Process unknownData given adapter and model to convert to adapter
extended values
- convertUnknownValues(DataAdapter<?>, CommonIndexModel) - Method in class mil.nga.giat.geowave.core.store.adapter.AdapterPersistenceEncoding
-
- convertUnknownValues(DataAdapter<?>, CommonIndexModel) - Method in class mil.nga.giat.geowave.core.store.adapter.IndexedAdapterPersistenceEncoding
-
- convertUnknownValues(DataAdapter<?>, CommonIndexModel) - Method in class mil.nga.giat.geowave.datastore.accumulo.encoding.AccumuloCommonIndexedPersistenceEncoding
-
- convertUnknownValues(DataAdapter<?>, CommonIndexModel) - Method in class mil.nga.giat.geowave.datastore.hbase.encoding.HBaseCommonIndexedPersistenceEncoding
-
- ConvexHullJobRunner - Class in mil.nga.giat.geowave.analytic.mapreduce.clustering.runner
-
- ConvexHullJobRunner() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.ConvexHullJobRunner
-
- ConvexHullMap() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.clustering.ConvexHullMapReduce.ConvexHullMap
-
- ConvexHullMapReduce - Class in mil.nga.giat.geowave.analytic.mapreduce.clustering
-
Compute the convex hull over all points associated with each centroid.
- ConvexHullMapReduce() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.clustering.ConvexHullMapReduce
-
- ConvexHullMapReduce.ConvexHullMap<T> - Class in mil.nga.giat.geowave.analytic.mapreduce.clustering
-
- ConvexHullMapReduce.ConvexHullReducer<T> - Class in mil.nga.giat.geowave.analytic.mapreduce.clustering
-
- ConvexHullReducer() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.clustering.ConvexHullMapReduce.ConvexHullReducer
-
- Coordinate - Class in mil.nga.giat.geowave.core.index
-
- Coordinate() - Constructor for class mil.nga.giat.geowave.core.index.Coordinate
-
- Coordinate(long, byte[]) - Constructor for class mil.nga.giat.geowave.core.index.Coordinate
-
- COORDINATE_RANGE_KEY - Static variable in class mil.nga.giat.geowave.datastore.accumulo.query.NumericIndexStrategyFilterIterator
-
- CoordinateCircleDistanceFn - Class in mil.nga.giat.geowave.analytic.distance
-
- CoordinateCircleDistanceFn() - Constructor for class mil.nga.giat.geowave.analytic.distance.CoordinateCircleDistanceFn
-
- CoordinateCosineDistanceFn - Class in mil.nga.giat.geowave.analytic.distance
-
- CoordinateCosineDistanceFn() - Constructor for class mil.nga.giat.geowave.analytic.distance.CoordinateCosineDistanceFn
-
- CoordinateEuclideanDistanceFn - Class in mil.nga.giat.geowave.analytic.distance
-
- CoordinateEuclideanDistanceFn() - Constructor for class mil.nga.giat.geowave.analytic.distance.CoordinateEuclideanDistanceFn
-
- CoordinateRange - Class in mil.nga.giat.geowave.core.index
-
- CoordinateRange() - Constructor for class mil.nga.giat.geowave.core.index.CoordinateRange
-
- CoordinateRange(long, long, byte[]) - Constructor for class mil.nga.giat.geowave.core.index.CoordinateRange
-
- CoordinateRangeQuery - Class in mil.nga.giat.geowave.core.store.query
-
- CoordinateRangeQuery() - Constructor for class mil.nga.giat.geowave.core.store.query.CoordinateRangeQuery
-
- CoordinateRangeQueryFilter - Class in mil.nga.giat.geowave.core.store.query
-
- CoordinateRangeQueryFilter() - Constructor for class mil.nga.giat.geowave.core.store.query.CoordinateRangeQueryFilter
-
- CoordinateRangeQueryFilter(NumericIndexStrategy, MultiDimensionalCoordinateRangesArray[]) - Constructor for class mil.nga.giat.geowave.core.store.query.CoordinateRangeQueryFilter
-
- coordinateRanges - Variable in class mil.nga.giat.geowave.core.store.query.CoordinateRangeQueryFilter
-
- CoordinateRangeUtils - Class in mil.nga.giat.geowave.core.store.query
-
- CoordinateRangeUtils() - Constructor for class mil.nga.giat.geowave.core.store.query.CoordinateRangeUtils
-
- CoordinateRangeUtils.RangeCache - Interface in mil.nga.giat.geowave.core.store.query
-
- CoordinateRangeUtils.RangeLookupFactory - Class in mil.nga.giat.geowave.core.store.query
-
- COPROCESSOR_JAR_KEY - Static variable in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseOptions
-
- copy(ParameterEnum<?>, ParameterEnum<?>) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- copyClassAnnotations(CtClass, CtClass) - Static method in class mil.nga.giat.geowave.core.cli.prefix.JavassistUtils
-
Simple helper method to essentially clone the annotations from one class
onto another
- CopyIndexCommand - Class in mil.nga.giat.geowave.core.store.operations.config
-
- CopyIndexCommand() - Constructor for class mil.nga.giat.geowave.core.store.operations.config.CopyIndexCommand
-
- copyMethodAnnotationsToField(CtMethod, CtField) - Static method in class mil.nga.giat.geowave.core.cli.prefix.JavassistUtils
-
Simple helper method to take any FIELD targetable annotations from the
method and copy them to the new field.
- CopyStoreCommand - Class in mil.nga.giat.geowave.core.store.operations.config
-
- CopyStoreCommand() - Constructor for class mil.nga.giat.geowave.core.store.operations.config.CopyStoreCommand
-
- count(String) - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureCountMinSketchStatistics
-
- count(int) - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureNumericHistogramStatistics
-
- count - Variable in class mil.nga.giat.geowave.analytic.GeoObjectDimensionValues
-
- count(int) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.FixedBinNumericStatistics
-
- count(int) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.FixedBinNumericHistogram
-
- count(int) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.MinimalBinDistanceHistogram
-
- count(int) - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.histogram.NumericHistogram
-
- count(int) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.RowRangeHistogramStatistics
-
- count - Variable in class mil.nga.giat.geowave.core.store.query.aggregate.CountResult
-
- count - Variable in class mil.nga.giat.geowave.test.TestUtils.ExpectedResults
-
- CountAggregation - Class in mil.nga.giat.geowave.core.store.query.aggregate
-
- CountAggregation() - Constructor for class mil.nga.giat.geowave.core.store.query.aggregate.CountAggregation
-
- CountDataStatistics<T> - Class in mil.nga.giat.geowave.core.store.adapter.statistics
-
- CountDataStatistics() - Constructor for class mil.nga.giat.geowave.core.store.adapter.statistics.CountDataStatistics
-
- CountDataStatistics(ByteArrayId, ByteArrayId) - Constructor for class mil.nga.giat.geowave.core.store.adapter.statistics.CountDataStatistics
-
- CountDataStatistics(ByteArrayId) - Constructor for class mil.nga.giat.geowave.core.store.adapter.statistics.CountDataStatistics
-
- counter - Variable in class mil.nga.giat.geowave.analytic.mapreduce.kde.GaussianCellMapper.LevelStore
-
- CountofDoubleWritable - Class in mil.nga.giat.geowave.analytic.mapreduce
-
Used for (1) representation of collections (2) summation in a combiner (3)
and finally, for computation of averages
- CountofDoubleWritable() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.CountofDoubleWritable
-
- CountofDoubleWritable(double, double) - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.CountofDoubleWritable
-
- CountofDoubleWritable.Comparator - Class in mil.nga.giat.geowave.analytic.mapreduce
-
A Comparator optimized for DoubleWritable.
- CountResult - Class in mil.nga.giat.geowave.core.store.query.aggregate
-
- CountResult() - Constructor for class mil.nga.giat.geowave.core.store.query.aggregate.CountResult
-
- CountResult(long) - Constructor for class mil.nga.giat.geowave.core.store.query.aggregate.CountResult
-
- course - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
The course of an object being tracked, expressed in decimal degrees and
measured from true north in a clockwise direction
- Course - Variable in class mil.nga.giat.geowave.format.stanag4676.Stanag4676EventWritable
-
- CovarianceMatrix - Class in mil.nga.giat.geowave.format.stanag4676.parser.model
-
CovarianceMatrix Provides the matrix of covariances related to the estimated
position vector and the estimated position and velocity vectors.
- CovarianceMatrix() - Constructor for class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- covarianceMatrix - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
The covariance matrix related to the state vector associated with a
reported track point.
- COVERAGE_NAME_KEY - Static variable in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDEJobRunner
-
- coverageNameTemplate - Variable in class mil.nga.giat.geowave.format.landsat8.RasterIngestRunner
-
- covPosXPosX - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the variance in the x component of position at
the time of the report, expressed in meters squared (m^2).
- covPosXPosY - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the covariance between the x and y components of
position, expressed in meters squared (m^2).
- covPosXPosZ - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the covariance between the x and z components of
position, expressed in meters squared (m^2).
- covPosXVelX - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the covariance between the x component of
position and the x component of velocity at the time of the report,
expressed in meters squared per second (m^2/s).
- covPosXVelY - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the covariance between the x component of
position and the y component of velocity at the time of the report,
expressed in meters squared per second (m^2/s).
- covPosXVelZ - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the covariance between the x component of
position and the z component of velocity at the time of the report,
expressed in meters squared per second (m^2/s).
- covPosYPosY - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the variance in the y component of position at
the time of the report, expressed in meters squared (m^2).
- covPosYPosZ - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the covariance between the y and z components of
position, expressed in meters squared (m^2).
- covPosYVelX - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the covariance between the y component of
position and the x component of velocity at the time of the report,
expressed in meters squared per second (m^2/s).
- covPosYVelY - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the covariance between the y component of
position and the y component of velocity at the time of the report,
expressed in meters squared per second (m^2/s).
- covPosYVelZ - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the covariance between the y component of
position and the z component of velocity at the time of the report,
expressed in meters squared per second (m^2/s).
- covPosZPosZ - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the variance in the z component of position at
the time of the report, expressed in meters squared (m^2).
- covPosZVelX - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the covariance between the z component of
position and the x component of velocity at the time of the report,
expressed in meters squared per second (m^2/s).
- covPosZVelY - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the covariance between the z component of
position and the y component of velocity at the time of the report,
expressed in meters squared per second (m^2/s).
- covPosZVelZ - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the covariance between the z component of
position and the z component of velocity at the time of the report,
expressed in meters squared per second (m^2/s).
- covVelXVelX - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the variance of the x component of velocity at
the time of the report, expressed in meters squared per seconds squared
(m^2/s^2).
- covVelXVelY - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the covariance between the x and y components of
velocity at the time of the report, expressed in meters squared per
seconds squared (m^2/s^2).
- covVelXVelZ - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the covariance between the x and z components of
velocity at the time of the report, expressed in meters squared per
seconds squared (m^2/s^2).
- covVelYVelY - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the variance of the y component of velocity at
the time of the report, expressed in meters squared per seconds squared
(m^2/s^2).
- covVelYVelZ - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the covariance between the y and z components of
velocity at the time of the report, expressed in meters squared per
seconds squared (m^2/s^2).
- covVelZVelZ - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
Provides an estimate of the variance of the z component of velocity at
the time of the report, expressed in meters squared per seconds squared
(m^2/s^2).
- CQ - Static variable in class mil.nga.giat.geowave.cli.osm.accumulo.osmschema.Schema
-
- CQL_FILTER_KEY - Static variable in class mil.nga.giat.geowave.analytic.mapreduce.kde.GaussianCellMapper
-
- CQLFilterOptionProvider - Class in mil.nga.giat.geowave.adapter.vector.ingest
-
Supports converting the filter string to Filter object.
- CQLFilterOptionProvider() - Constructor for class mil.nga.giat.geowave.adapter.vector.ingest.CQLFilterOptionProvider
-
- CQLFilterOptionProvider.ConvertCQLStrToFilterConverter - Class in mil.nga.giat.geowave.adapter.vector.ingest
-
This class will ensure that as the CQLFilterString is read in and
converted to a filter.
- CQLFilterOptionProvider.FilterParameter - Class in mil.nga.giat.geowave.adapter.vector.ingest
-
- CQLQuery - Class in mil.nga.giat.geowave.adapter.vector.query.cql
-
- CQLQuery() - Constructor for class mil.nga.giat.geowave.adapter.vector.query.cql.CQLQuery
-
- CQLQuery(Query, Filter, GeotoolsFeatureDataAdapter) - Constructor for class mil.nga.giat.geowave.adapter.vector.query.cql.CQLQuery
-
- CQLQuery - Class in mil.nga.giat.geowave.cli.debug
-
- CQLQuery() - Constructor for class mil.nga.giat.geowave.cli.debug.CQLQuery
-
- CQLQueryExample - Class in mil.nga.giat.geowave.examples.query
-
This class is intended to provide a self-contained, easy-to-follow example of
a few GeoTools queries against GeoWave.
- CQLQueryExample() - Constructor for class mil.nga.giat.geowave.examples.query.CQLQueryExample
-
- CQLQueryFilter - Class in mil.nga.giat.geowave.adapter.vector.query.cql
-
- CQLQueryFilter() - Constructor for class mil.nga.giat.geowave.adapter.vector.query.cql.CQLQueryFilter
-
- CQLQueryFilter(Filter, GeotoolsFeatureDataAdapter) - Constructor for class mil.nga.giat.geowave.adapter.vector.query.cql.CQLQueryFilter
-
- create(URL) - Method in interface mil.nga.giat.geowave.adapter.vector.auth.AuthorizationFactorySPI
-
- create(URL) - Method in class mil.nga.giat.geowave.adapter.vector.auth.EmptyAuthorizationFactory
-
- create(URL) - Method in class mil.nga.giat.geowave.adapter.vector.auth.JsonFileAuthorizationFactory
-
- create(ByteArrayId, String) - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureCountMinSketchStatistics.FeatureCountMinSketchConfig
-
- create(ByteArrayId, String) - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureFixedBinNumericStatistics.FeatureFixedBinConfig
-
- create(ByteArrayId, String) - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureHyperLogLogStatistics.FeatureHyperLogLogConfig
-
- create(ByteArrayId, String) - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureNumericHistogramStatistics.FeatureNumericHistogramConfig
-
- create(ByteArrayId, String) - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureNumericRangeStatistics.FeatureNumericRangeConfig
-
- create(ByteArrayId, String) - Method in interface mil.nga.giat.geowave.adapter.vector.stats.StatsConfig
-
- create(T) - Method in interface mil.nga.giat.geowave.analytic.AnalyticItemWrapperFactory
-
Wrap the item.
- create(T) - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory
-
- create(SimpleFeature) - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory
-
- create(AdapterToIndexMapping) - Method in class mil.nga.giat.geowave.core.ingest.local.LocalIngestRunData.IndexWriterFactory
-
- create(int) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.FixedBinNumericHistogram.FixedBinNumericHistogramFactory
-
- create(int, double, double) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.FixedBinNumericHistogram.FixedBinNumericHistogramFactory
-
- create(int) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.MinimalBinDistanceHistogram.MinimalBinDistanceHistogramFactory
-
- create(int, double, double) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.MinimalBinDistanceHistogram.MinimalBinDistanceHistogramFactory
-
- create(int) - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.histogram.NumericHistogramFactory
-
- create(int, double, double) - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.histogram.NumericHistogramFactory
-
- createAdapter(PropertyManagement) - Static method in class mil.nga.giat.geowave.analytic.clustering.ClusteringUtils
-
- createAdapterIndexMappingStore(Map<String, String>) - Static method in class mil.nga.giat.geowave.core.store.GeoWaveStoreFinder
-
- createAdapterIndexMappingStore() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.DataStorePluginOptions
-
- createAdapterIndexMappingStore() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.StoreLoader
-
- createAdapterStore(Map<String, String>) - Static method in class mil.nga.giat.geowave.core.store.GeoWaveStoreFinder
-
- createAdapterStore() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.DataStorePluginOptions
-
- createAdapterStore() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.StoreLoader
-
- createAffineTransform(double[], MultiDimensionalNumericData) - Static method in class mil.nga.giat.geowave.adapter.raster.RasterUtils
-
Returns the math transform as a two-dimensional affine transform.
- createAvroFormatPlugin(IngestFormatOptionProvider) - Method in class mil.nga.giat.geowave.adapter.vector.ingest.AbstractSimpleFeatureIngestFormat
-
- createAvroFormatPlugin(IngestFormatOptionProvider) - Method in interface mil.nga.giat.geowave.core.ingest.spi.IngestFormatPluginProviderSpi
-
This plugin will be used by the ingestion framework to stage intermediate
data from a local filesystem (for example to HDFS for map reduce ingest
or to kafka for kafka ingest).
- createAvroFormatPlugin(IngestFormatOptionProvider) - Method in class mil.nga.giat.geowave.format.geotools.raster.GeoToolsRasterDataStoreIngestFormat
-
- createAvroFormatPlugin(IngestFormatOptionProvider) - Method in class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataStoreIngestFormat
-
- createAvroFormatPlugin(IngestFormatOptionProvider) - Method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676IngestFormat
-
- createAvroPlugins() - Method in class mil.nga.giat.geowave.core.ingest.operations.options.IngestFormatPluginOptions
-
- createBatchDeleter(String, String...) - Method in interface mil.nga.giat.geowave.datastore.accumulo.AccumuloOperations
-
Creates a new batch deleter that can be used by an index
- createBatchDeleter(String, String...) - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- createBatchScanner(String, String...) - Method in interface mil.nga.giat.geowave.datastore.accumulo.AccumuloOperations
-
Creates a new batch scanner that can be used by an index
- createBatchScanner(String, String...) - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- createBlockingQueue(int) - Static method in class mil.nga.giat.geowave.core.ingest.local.LocalIngestRunData
-
- createConfig(Map<String, String>, String) - Static method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterConfig
-
- createConfig(Map<String, String>, String, Boolean, Boolean, Integer) - Static method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterConfig
-
- createConfigOptionsFromJCommander(Object) - Static method in class mil.nga.giat.geowave.core.store.config.ConfigUtils
-
This method will use the parameter descriptions from JCommander to
create/populate an AbstractConfigOptions map.
- createConstraints(TemporalRange, boolean) - Static method in class mil.nga.giat.geowave.core.geotime.store.query.SpatialTemporalQuery
-
- createConstraints(TemporalConstraints, boolean) - Static method in class mil.nga.giat.geowave.core.geotime.store.query.SpatialTemporalQuery
-
- createCoverageTypeDouble(String, double, double, double, double, WritableRaster) - Static method in class mil.nga.giat.geowave.adapter.raster.RasterUtils
-
- createCoverageTypeDouble(String, double, double, double, double, double[], double[], String[], WritableRaster) - Static method in class mil.nga.giat.geowave.adapter.raster.RasterUtils
-
- created_at - Variable in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Deprecated.
- createDataAdapter(SimpleFeatureType) - Static method in class mil.nga.giat.geowave.examples.ingest.SimpleIngest
-
The dataadapter interface describes how to serialize a data type.
- createDataAdapterTypeDouble(String, int, int) - Static method in class mil.nga.giat.geowave.adapter.raster.RasterUtils
-
- createDataAdapterTypeDouble(String, int, int, RasterTileMergeStrategy<?>) - Static method in class mil.nga.giat.geowave.adapter.raster.RasterUtils
-
- createDataAdapterTypeDouble(String, int, int, double[], double[], String[], RasterTileMergeStrategy<?>) - Static method in class mil.nga.giat.geowave.adapter.raster.RasterUtils
-
- createDataStatistics(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- createDataStatistics(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.vector.FeatureDataAdapter
-
- createDataStatistics(DataAdapter<SimpleFeature>, ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.vector.stats.StatsManager
-
- createDataStatistics(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.vector.WholeFeatureDataAdapter
-
Deprecated.
- createDataStatistics(ByteArrayId) - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.StatisticsProvider
-
- createDataStatistics(ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.DataStoreStatisticsProvider
-
- createDataStatisticsStore(Map<String, String>) - Static method in class mil.nga.giat.geowave.core.store.GeoWaveStoreFinder
-
- createDataStatisticsStore() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.DataStorePluginOptions
-
- createDataStatisticsStore() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.StoreLoader
-
- createDataStore(Map<String, Serializable>) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStoreFactory
-
- createDataStore(Map<String, String>) - Static method in class mil.nga.giat.geowave.core.store.GeoWaveStoreFinder
-
- createDataStore() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.DataStorePluginOptions
-
- createDataStore() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.StoreLoader
-
- createDatastoreJson(String, Map<String, String>, String, String, String, String, String, boolean) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
- createDefinedPrecisionTieredStrategy(NumericDimensionDefinition[], int[][], SFCFactory.SFCType) - Static method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexFactory
-
- createEqualIntervalPrecisionTieredStrategy(NumericDimensionDefinition[], int[], SFCFactory.SFCType) - Static method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexFactory
-
- createEqualIntervalPrecisionTieredStrategy(NumericDimensionDefinition[], int[], SFCFactory.SFCType, int) - Static method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexFactory
-
- createFacadeObjects() - Method in class mil.nga.giat.geowave.core.cli.prefix.JCommanderTranslationMap
-
This will create the facade objects needed in order to parse the fields
represented in the translation map.
- createFeatureAdapter(String, String[], String, String, AnalyticFeature.ClusterFeatureAttribute[], Class<? extends Geometry>) - Static method in class mil.nga.giat.geowave.analytic.AnalyticFeature
-
- createFeatureSource(ContentEntry) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
- createFeatureType(SimpleFeatureType) - Static method in class mil.nga.giat.geowave.format.landsat8.BandFeatureIterator
-
- createFeatureType() - Static method in class mil.nga.giat.geowave.format.landsat8.SceneFeatureIterator
-
- createFeatureTypeJson(String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
- createFilter(CommonIndexModel, BasicQuery) - Method in class mil.nga.giat.geowave.core.store.query.BasicQuery.ConstraintSet
-
- createFilters(CommonIndexModel) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.CQLQuery
-
- createFilters(CommonIndexModel) - Method in class mil.nga.giat.geowave.analytic.clustering.DistortionGroupManagement.BatchIdQuery
-
- createFilters(CommonIndexModel) - Method in class mil.nga.giat.geowave.core.store.query.AdapterIdQuery
-
- createFilters(CommonIndexModel) - Method in class mil.nga.giat.geowave.core.store.query.BasicQuery
-
- createFilters(CommonIndexModel) - Method in class mil.nga.giat.geowave.core.store.query.CoordinateRangeQuery
-
- createFilters(CommonIndexModel) - Method in class mil.nga.giat.geowave.core.store.query.DataIdQuery
-
- createFilters(CommonIndexModel) - Method in class mil.nga.giat.geowave.core.store.query.EverythingQuery
-
- createFilters(CommonIndexModel) - Method in class mil.nga.giat.geowave.core.store.query.PrefixIdQuery
-
- createFilters(CommonIndexModel) - Method in interface mil.nga.giat.geowave.core.store.query.Query
-
This is a list of filters (either client filters or distributed filters)
which will be applied to the result set.
- createFilters(CommonIndexModel) - Method in class mil.nga.giat.geowave.core.store.query.RowIdQuery
-
- createFormat() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GDALGeoTiffFormatFactory
-
- createFormat() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveGTRasterFormatFactory
-
- createFullIncrementalTieredStrategy(NumericDimensionDefinition[], int[], SFCFactory.SFCType) - Static method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexFactory
-
- createFullIncrementalTieredStrategy(NumericDimensionDefinition[], int[], SFCFactory.SFCType, Long) - Static method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexFactory
-
- createGDELTEventDataType(boolean) - Static method in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- createGeoLifePointDataType() - Static method in class mil.nga.giat.geowave.format.geolife.GeoLifeUtils
-
- createGeoLifeTrackDataType() - Static method in class mil.nga.giat.geowave.format.geolife.GeoLifeUtils
-
- createGeometryFeature(SimpleFeatureType, String, String, String, String, double, Geometry, String[], double[], int, int, long) - Static method in class mil.nga.giat.geowave.analytic.AnalyticFeature
-
- createGeometryFeatureAdapter(String, String[], String, String) - Static method in class mil.nga.giat.geowave.analytic.AnalyticFeature
-
- createGPXPointDataType() - Static method in class mil.nga.giat.geowave.format.gpx.GpxUtils
-
- createGPXRouteDataType() - Static method in class mil.nga.giat.geowave.format.gpx.GpxUtils
-
- createGPXTrackDataType() - Static method in class mil.nga.giat.geowave.format.gpx.GpxUtils
-
- createGPXWaypointDataType() - Static method in class mil.nga.giat.geowave.format.gpx.GpxUtils
-
- createHdfsIngestPlugins() - Method in class mil.nga.giat.geowave.core.ingest.operations.options.IngestFormatPluginOptions
-
- createHullFromGeometry(Geometry, Collection<Coordinate>, boolean) - Method in class mil.nga.giat.geowave.analytic.GeometryHullTool
-
- createIndex(PropertyManagement) - Static method in class mil.nga.giat.geowave.analytic.clustering.ClusteringUtils
-
- createIndex() - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialDimensionalityTypeProvider.SpatialIndexBuilder
-
- createIndex() - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialTemporalDimensionalityTypeProvider.SpatialTemporalIndexBuilder
-
- createIndex() - Method in interface mil.nga.giat.geowave.core.store.operations.remote.options.IndexBuilder
-
- createIndex(PrimaryIndex) - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexPluginOptions.BaseIndexBuilder
-
- createIndexDeleter(String, String[]) - Method in class mil.nga.giat.geowave.core.store.base.BaseDataStore
-
- createIndexDeleter(String, String[]) - Method in class mil.nga.giat.geowave.datastore.accumulo.AccumuloDataStore
-
- createIndexDeleter(String, String[]) - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseDataStore
-
- createIndexStore(Map<String, String>) - Static method in class mil.nga.giat.geowave.core.store.GeoWaveStoreFinder
-
- createIndexStore() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.DataStorePluginOptions
-
- createIndexStore() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.StoreLoader
-
- createIndexWriter(DataAdapter, PrimaryIndex, DataStoreOperations, DataStoreOptions, IngestCallback, Closeable) - Method in class mil.nga.giat.geowave.core.store.base.BaseDataStore
-
- createIndexWriter(DataAdapter, PrimaryIndex, DataStoreOperations, DataStoreOptions, IngestCallback, Closeable) - Method in class mil.nga.giat.geowave.datastore.accumulo.AccumuloDataStore
-
- createIndexWriter(DataAdapter, PrimaryIndex, DataStoreOperations, DataStoreOptions, IngestCallback, Closeable) - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseDataStore
-
- createIngestFromHdfsPlugin(IngestFormatOptionProvider) - Method in class mil.nga.giat.geowave.adapter.vector.ingest.AbstractSimpleFeatureIngestFormat
-
- createIngestFromHdfsPlugin(IngestFormatOptionProvider) - Method in interface mil.nga.giat.geowave.core.ingest.spi.IngestFormatPluginProviderSpi
-
This plugin will be used by the ingestion framework to read data from
HDFS in the form of the intermediate data format, and translate the
intermediate data into the data entries that will be written in GeoWave.
- createIngestFromHdfsPlugin(IngestFormatOptionProvider) - Method in class mil.nga.giat.geowave.format.geotools.raster.GeoToolsRasterDataStoreIngestFormat
-
- createIngestFromHdfsPlugin(IngestFormatOptionProvider) - Method in class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataStoreIngestFormat
-
- createIngestFromHdfsPlugin(IngestFormatOptionProvider) - Method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676IngestFormat
-
- createInstance() - Method in class mil.nga.giat.geowave.core.cli.spi.OperationEntry
-
- createLocalFileIngestPlugin(IngestFormatOptionProvider) - Method in class mil.nga.giat.geowave.adapter.vector.ingest.AbstractSimpleFeatureIngestFormat
-
- createLocalFileIngestPlugin(IngestFormatOptionProvider) - Method in interface mil.nga.giat.geowave.core.ingest.spi.IngestFormatPluginProviderSpi
-
This plugin will be used by the ingestion framework to read data from a
local file system, and translate supported files into the data entries
that will be written directly in GeoWave.
- createLocalFileIngestPlugin(IngestFormatOptionProvider) - Method in class mil.nga.giat.geowave.format.geotools.raster.GeoToolsRasterDataStoreIngestFormat
-
- createLocalFileIngestPlugin(IngestFormatOptionProvider) - Method in class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataStoreIngestFormat
-
- createLocalFileIngestPlugin(IngestFormatOptionProvider) - Method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676IngestFormat
-
- createLocalIngestPlugins() - Method in class mil.nga.giat.geowave.core.ingest.operations.options.IngestFormatPluginOptions
-
- createLockingManager(GeoWavePluginConfig) - Method in interface mil.nga.giat.geowave.adapter.vector.plugin.lock.LockingManagementFactory
-
- createLockingManager(GeoWavePluginConfig) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.lock.MemoryLockManagerFactory
-
- createMetaData() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.CompoundHierarchicalIndexStrategyWrapper
-
- createMetadata(double[][], Geometry, Raster) - Static method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.nodata.NoDataMetadataFactory
-
- createMetaData() - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
- createMetaData() - Method in interface mil.nga.giat.geowave.core.index.IndexStrategy
-
- createMetaData() - Method in class mil.nga.giat.geowave.core.index.NullNumericIndexStrategy
-
- createMetaData() - Method in class mil.nga.giat.geowave.core.index.NumericIndexStrategyWrapper
-
- createMetaData() - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.SingleTierSubStrategy
-
- createMetaData() - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
- createMetaData() - Method in class mil.nga.giat.geowave.core.index.simple.HashKeyIndexStrategy
-
- createMetaData() - Method in class mil.nga.giat.geowave.core.index.simple.RoundRobinKeyIndexStrategy
-
- createMetaData() - Method in class mil.nga.giat.geowave.core.index.simple.SimpleNumericIndexStrategy
-
- createMetaData() - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericFieldIndexStrategy
-
- createMetaData() - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericIndexStrategy
-
- createMetaData() - Method in class mil.nga.giat.geowave.core.store.index.temporal.TemporalIndexStrategy
-
- createMetaData() - Method in class mil.nga.giat.geowave.core.store.index.text.TextIndexStrategy
-
- createMissionFrameDataType() - Static method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676Utils
-
- createMissionSummaryDataType() - Static method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676Utils
-
- createMotionDataType() - Static method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676Utils
-
- createMultiRangeLookup(MultiDimensionalCoordinateRangesArray[]) - Static method in class mil.nga.giat.geowave.core.store.query.CoordinateRangeUtils.RangeLookupFactory
-
- createNeighborsListFactory(Map<ByteArrayId, Cluster>) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanMapReduce.DBScanMapHullReducer
-
- createNeighborsListFactory(PARTITION_SUMMARY) - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNMapReduce.NNReducer
-
- createNewDataStore(Map<String, Serializable>) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStoreFactory
-
- createNextCentroid(T, String, Coordinate, String[], double[]) - Method in interface mil.nga.giat.geowave.analytic.clustering.CentroidManager
-
Creates a new centroid based on the old centroid with new coordinates and
dimension values
- createNextCentroid(T, String, Coordinate, String[], double[]) - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidManagerGeoWave
-
Creates a new centroid based on the old centroid with new coordinates and
dimension values
- createNextItem(T, String, Coordinate, String[], double[]) - Method in interface mil.nga.giat.geowave.analytic.AnalyticItemWrapperFactory
-
Creates a new item based on the old item with new coordinates and
dimension values
- createNextItem(T, String, Coordinate, String[], double[]) - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory
-
- createNextItem(SimpleFeature, String, Coordinate, String[], double[]) - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory
-
- createOperations(AccumuloRequiredOptions) - Method in class mil.nga.giat.geowave.datastore.accumulo.AbstractAccumuloStoreFactory
-
- createOperations(AccumuloRequiredOptions) - Static method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- createOperations(HBaseRequiredOptions) - Method in class mil.nga.giat.geowave.datastore.hbase.AbstractHBaseStoreFactory
-
- createOperations(HBaseRequiredOptions) - Static method in class mil.nga.giat.geowave.datastore.hbase.operations.BasicHBaseOperations
-
- createOptimalQuery(String, GeotoolsFeatureDataAdapter, PrimaryIndex) - Static method in class mil.nga.giat.geowave.adapter.vector.query.cql.CQLQuery
-
- createOptimalQuery(String, GeotoolsFeatureDataAdapter, PrimaryIndex, BasicQuery) - Static method in class mil.nga.giat.geowave.adapter.vector.query.cql.CQLQuery
-
- createOptimalQuery(String, GeotoolsFeatureDataAdapter, SpatialQueryFilter.CompareOperation, PrimaryIndex, BasicQuery) - Static method in class mil.nga.giat.geowave.adapter.vector.query.cql.CQLQuery
-
- createOptimalQuery(Filter, GeotoolsFeatureDataAdapter, PrimaryIndex, BasicQuery) - Static method in class mil.nga.giat.geowave.adapter.vector.query.cql.CQLQuery
-
- createOptimalQuery(Filter, GeotoolsFeatureDataAdapter, SpatialQueryFilter.CompareOperation, PrimaryIndex, BasicQuery) - Static method in class mil.nga.giat.geowave.adapter.vector.query.cql.CQLQuery
-
- createOptionsInstance() - Method in interface mil.nga.giat.geowave.core.store.GenericStoreFactory
-
An object used to configure the specific store.
- createOptionsInstance() - Method in class mil.nga.giat.geowave.core.store.memory.AbstractMemoryFactory
-
Return the default options instance.
- createOptionsInstance() - Method in class mil.nga.giat.geowave.datastore.accumulo.AbstractAccumuloFactory
-
This helps implementation of child classes by returning the default
Accumulo options that are required.
- createOptionsInstance() - Method in class mil.nga.giat.geowave.datastore.hbase.AbstractHBaseFactory
-
This helps implementation of child classes by returning the default HBase
options that are required.
- createOptionsInstances() - Method in class mil.nga.giat.geowave.adapter.vector.ingest.AbstractSimpleFeatureIngestFormat
-
Create an options instance.
- createOptionsInstances() - Method in interface mil.nga.giat.geowave.core.ingest.spi.IngestFormatPluginProviderSpi
-
This is a means for a plugin to provide custom command-line options.
- createOptionsInstances() - Method in class mil.nga.giat.geowave.format.geotools.raster.GeoToolsRasterDataStoreIngestFormat
-
- createOptionsInstances() - Method in class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataStoreIngestFormat
-
- createOptionsInstances() - Method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676IngestFormat
-
- createPluginOptions() - Method in class mil.nga.giat.geowave.core.store.StoreFactoryOptions
-
- createPointDataType() - Static method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676Utils
-
- createPointFeatureType() - Static method in class mil.nga.giat.geowave.examples.ingest.SimpleIngest
-
A simple feature is just a mechanism for defining attributes (a feature
is just a collection of attributes + some metadata) We need to describe
what our data looks like so the serializer (FeatureDataAdapter for this
case) can know how to store it.
- createPrimaryIndex() - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialDimensionalityTypeProvider
-
- createPrimaryIndex() - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialTemporalDimensionalityTypeProvider
-
- createPrimaryIndex() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexPluginOptions
-
- createPrimaryIndex() - Method in interface mil.nga.giat.geowave.core.store.spi.DimensionalityTypeProviderSpi
-
This will return the primary index that match the options
- createQueryFilter(MultiDimensionalNumericData, NumericDimensionField<?>[], NumericDimensionField<?>[]) - Method in class mil.nga.giat.geowave.core.geotime.store.query.IndexOnlySpatialQuery
-
- createQueryFilter(MultiDimensionalNumericData, NumericDimensionField<?>[], NumericDimensionField<?>[]) - Method in class mil.nga.giat.geowave.core.geotime.store.query.SpatialQuery
-
- createQueryFilter(MultiDimensionalNumericData, NumericDimensionField<?>[], NumericDimensionField<?>[]) - Method in class mil.nga.giat.geowave.core.store.query.BasicQuery
-
- createRangeLookup(MultiDimensionalCoordinateRanges[]) - Static method in class mil.nga.giat.geowave.core.store.query.CoordinateRangeUtils.RangeLookupFactory
-
- createRasterTypeDouble(int, int) - Static method in class mil.nga.giat.geowave.adapter.raster.RasterUtils
-
- createRecordReader(DistributableQuery, QueryOptions, AdapterStore, DataStatisticsStore, IndexStore, boolean, InputSplit) - Method in class mil.nga.giat.geowave.datastore.accumulo.AccumuloDataStore
-
- createRecordReader(DistributableQuery, QueryOptions, AdapterStore, DataStatisticsStore, IndexStore, boolean, InputSplit) - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseDataStore
-
- createRecordReader(InputSplit, TaskAttemptContext) - Method in class mil.nga.giat.geowave.examples.ingest.bulk.GeonamesDataFileInputFormat
-
- createRecordReader(InputSplit, TaskAttemptContext) - Method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- createRecordReader(DistributableQuery, QueryOptions, AdapterStore, DataStatisticsStore, IndexStore, boolean, InputSplit) - Method in interface mil.nga.giat.geowave.mapreduce.MapReduceDataStore
-
- createRunner(OperationParams) - Method in class mil.nga.giat.geowave.adapter.raster.operations.ResizeCommand
-
- createRunner(OperationParams) - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorMRExportCommand
-
- createRunner(OperationParams) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KdeCommand
-
- createScanner(String, String...) - Method in interface mil.nga.giat.geowave.datastore.accumulo.AccumuloOperations
-
Creates a new scanner that can be used by an index
- createScanner(String, String...) - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- createSchema(SimpleFeatureType) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
- createSecondaryIndexDataStore(Map<String, String>) - Static method in class mil.nga.giat.geowave.core.store.GeoWaveStoreFinder
-
- createSecondaryIndexStore() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.DataStorePluginOptions
-
- createSecondaryIndexStore() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.StoreLoader
-
- createSetForNeighbors(boolean) - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNMapReduce.NNReducer
-
allow the extending classes to return sets with constraints and
management algorithms
- createSingleTierStrategy(SFCDimensionDefinition[], SFCFactory.SFCType) - Static method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexFactory
-
Used to create a Single Tier Index Strategy.
- createSingleTierStrategy(NumericDimensionDefinition[], int[], SFCFactory.SFCType) - Static method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexFactory
-
Used to create a Single Tier Index Strategy.
- createSpaceFillingCurve(SFCDimensionDefinition[], SFCFactory.SFCType) - Static method in class mil.nga.giat.geowave.core.index.sfc.SFCFactory
-
Generates a SFC instance based on the dimensions definition and the space
filling curve type
- createSpatialIndex() - Static method in class mil.nga.giat.geowave.examples.ingest.SimpleIngest
-
We need an index model that tells us how to index the data - the index
determines -What fields are indexed -The precision of the index -The
range of the index (min/max values) -The range type (bounded/unbounded)
-The number of "levels" (different precisions, needed when the values
indexed has ranges on any dimension)
- createStore(StoreFactoryOptions) - Method in interface mil.nga.giat.geowave.core.store.GenericStoreFactory
-
Create the store, w/the options instance that was returned and populated
w/createOptionsInstance().
- createStore(StoreFactoryOptions) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryAdapterIndexMappingStoreFactory
-
- createStore(String) - Static method in class mil.nga.giat.geowave.core.store.memory.MemoryAdapterIndexMappingStoreFactory
-
- createStore(StoreFactoryOptions) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryAdapterStoreFactory
-
- createStore(String) - Static method in class mil.nga.giat.geowave.core.store.memory.MemoryAdapterStoreFactory
-
- createStore(StoreFactoryOptions) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryDataStatisticsStoreFactory
-
- createStore(String) - Static method in class mil.nga.giat.geowave.core.store.memory.MemoryDataStatisticsStoreFactory
-
- createStore(StoreFactoryOptions) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryDataStoreFactory
-
- createStore(String) - Static method in class mil.nga.giat.geowave.core.store.memory.MemoryDataStoreFactory
-
- createStore(StoreFactoryOptions) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryIndexStoreFactory
-
- createStore(String) - Static method in class mil.nga.giat.geowave.core.store.memory.MemoryIndexStoreFactory
-
- createStore(StoreFactoryOptions) - Method in class mil.nga.giat.geowave.core.store.memory.MemorySecondaryIndexStoreFactory
-
- createStore(String) - Static method in class mil.nga.giat.geowave.core.store.memory.MemorySecondaryIndexStoreFactory
-
- createStore(StoreFactoryOptions) - Method in class mil.nga.giat.geowave.datastore.accumulo.AccumuloDataStoreFactory
-
- createStore(StoreFactoryOptions) - Method in class mil.nga.giat.geowave.datastore.accumulo.index.secondary.AccumuloSecondaryIndexDataStoreFactory
-
- createStore(StoreFactoryOptions) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloAdapterIndexMappingStoreFactory
-
- createStore(StoreFactoryOptions) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloAdapterStoreFactory
-
- createStore(StoreFactoryOptions) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloDataStatisticsStoreFactory
-
- createStore(StoreFactoryOptions) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloIndexStoreFactory
-
- createStore(StoreFactoryOptions) - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseDataStoreFactory
-
- createStore(StoreFactoryOptions) - Method in class mil.nga.giat.geowave.datastore.hbase.index.secondary.HBaseSecondaryIndexDataStoreFactory
-
- createStore(StoreFactoryOptions) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseAdapterIndexMappingStoreFactory
-
- createStore(StoreFactoryOptions) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseAdapterStoreFactory
-
- createStore(StoreFactoryOptions) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseDataStatisticsStoreFactory
-
- createStore(StoreFactoryOptions) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseIndexStoreFactory
-
- createSummary() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanMapReduce.DBScanMapReducer
-
- createSummary() - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNMapReduce.NNReducer
-
- createSummary() - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNMapReduce.NNSimpleFeatureIDOutputReducer
-
- createTable(String, boolean, boolean, Set<ByteArrayId>) - Method in interface mil.nga.giat.geowave.datastore.accumulo.AccumuloOperations
-
Creates a table for an index
- createTable(String, boolean, boolean, Set<ByteArrayId>) - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- createTable - Variable in class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloOptions
-
- createTable - Variable in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseOptions
-
- createTdrivePointDataType() - Static method in class mil.nga.giat.geowave.format.tdrive.TdriveUtils
-
- createTrackDataType() - Static method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676Utils
-
- createTransform(double[], MultiDimensionalNumericData) - Static method in class mil.nga.giat.geowave.adapter.raster.RasterUtils
-
Creates a math transform using the information provided.
- createTwitterEventDataType() - Static method in class mil.nga.giat.geowave.format.twitter.TwitterUtils
-
- createTypeNames() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
- createVisibilityHandler(String, FieldVisibilityHandler<T, Object>, String) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.visibility.JsonDefinitionColumnVisibilityManagement
-
- createVisibilityHandler(String, FieldVisibilityHandler<T, Object>, String) - Method in interface mil.nga.giat.geowave.core.store.data.visibility.VisibilityManagement
-
Create a visibility handler
- createWorkspace(String) - Method in class mil.nga.giat.geowave.service.client.GeoserverServiceClient
-
- createWorkspace(FormDataMultiPart) - Method in interface mil.nga.giat.geowave.service.GeoserverService
-
- createWorkspace(FormDataMultiPart) - Method in class mil.nga.giat.geowave.service.impl.GeoserverServiceImpl
-
- createWritableSerializer() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- createWritableSerializer() - Method in class mil.nga.giat.geowave.adapter.vector.FeatureDataAdapter
-
- createWritableSerializer() - Method in interface mil.nga.giat.geowave.mapreduce.HadoopDataAdapter
-
- createWriter(DataAdapter<T>, PrimaryIndex...) - Method in class mil.nga.giat.geowave.core.store.base.BaseDataStore
-
- createWriter(DataAdapter<T>, PrimaryIndex...) - Method in interface mil.nga.giat.geowave.core.store.DataStore
-
Returns an index writer to perform batched write operations
- createWriter(DataAdapter<T>, PrimaryIndex...) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryDataStore
-
- createWriter(String) - Method in interface mil.nga.giat.geowave.datastore.accumulo.AccumuloOperations
-
Creates a new writer that can be used by an index.
- createWriter(String, boolean) - Method in interface mil.nga.giat.geowave.datastore.accumulo.AccumuloOperations
-
Creates a new writer that can be used by an index.
- createWriter(String, boolean, boolean, boolean, Set<ByteArrayId>) - Method in interface mil.nga.giat.geowave.datastore.accumulo.AccumuloOperations
-
Creates a new writer that can be used by an index.
- createWriter(String) - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- createWriter(String, boolean) - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- createWriter(String, boolean, boolean, boolean, Set<ByteArrayId>) - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- createWriter(String, String[], boolean) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.BasicHBaseOperations
-
- createWriter(String, String[], boolean, Set<ByteArrayId>) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.BasicHBaseOperations
-
- credibility - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackClassification
-
credibility of classification
- currentAccumuloKey - Variable in class mil.nga.giat.geowave.datastore.accumulo.mapreduce.GeoWaveAccumuloRecordReader
-
- currentGeoWaveKey - Variable in class mil.nga.giat.geowave.mapreduce.splits.GeoWaveRecordReader
-
- currentGeoWaveRangeIndexPair - Variable in class mil.nga.giat.geowave.mapreduce.splits.GeoWaveRecordReader
-
- currentLinkSetSize() - Method in interface mil.nga.giat.geowave.analytic.mapreduce.dbscan.Cluster
-
- currentLinkSetSize() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanClusterList
-
- currentRow - Variable in class mil.nga.giat.geowave.datastore.accumulo.query.QueryFilterIterator
-
- currentValue - Variable in class mil.nga.giat.geowave.mapreduce.splits.GeoWaveRecordReader
-
- CustomIdIndex - Class in mil.nga.giat.geowave.core.store.index
-
- CustomIdIndex() - Constructor for class mil.nga.giat.geowave.core.store.index.CustomIdIndex
-
- CustomIdIndex(NumericIndexStrategy, CommonIndexModel, ByteArrayId) - Constructor for class mil.nga.giat.geowave.core.store.index.CustomIdIndex
-
- G - Static variable in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
- GaussianCellMapper - Class in mil.nga.giat.geowave.analytic.mapreduce.kde
-
- GaussianCellMapper() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.GaussianCellMapper
-
- GaussianCellMapper.LevelStore - Class in mil.nga.giat.geowave.analytic.mapreduce.kde
-
- GaussianFilter - Class in mil.nga.giat.geowave.analytic.mapreduce.kde
-
- GaussianFilter() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kde.GaussianFilter
-
- GDALGeoTiffFormat - Class in mil.nga.giat.geowave.adapter.raster.plugin
-
- GDALGeoTiffFormat() - Constructor for class mil.nga.giat.geowave.adapter.raster.plugin.GDALGeoTiffFormat
-
Creates an instance and sets the metadata.
- GDALGeoTiffFormatFactory - Class in mil.nga.giat.geowave.adapter.raster.plugin
-
- GDALGeoTiffFormatFactory() - Constructor for class mil.nga.giat.geowave.adapter.raster.plugin.GDALGeoTiffFormatFactory
-
- GDALGeoTiffReader - Class in mil.nga.giat.geowave.adapter.raster.plugin
-
- GDALGeoTiffReader(Object) - Constructor for class mil.nga.giat.geowave.adapter.raster.plugin.GDALGeoTiffReader
-
Creates a new instance of a DTEDReader.
- GDALGeoTiffReader(Object, Hints) - Constructor for class mil.nga.giat.geowave.adapter.raster.plugin.GDALGeoTiffReader
-
Creates a new instance of a DTEDReader.
- GDELT_ACTION_GEO_TYPE_COLUMN_ID - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- GDELT_EVENT_FEATURE - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- GDELT_EVENT_ID_ATTRIBUTE - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- GDELT_EVENT_ID_COLUMN_ID - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- GDELT_GEOMETRY_ATTRIBUTE - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- GDELT_LATITUDE_ATTRIBUTE - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- GDELT_LONGITUDE_ATTRIBUTE - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- GDELT_MAX_COLUMNS - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- GDELT_MIN_COLUMNS - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- GDELT_TIMESTAMP_ATTRIBUTE - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- GDELT_TIMESTAMP_COLUMN_ID - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- GDELTIngestFormat - Class in mil.nga.giat.geowave.format.gdelt
-
This represents an ingest format plugin provider for GDELT data.
- GDELTIngestFormat() - Constructor for class mil.nga.giat.geowave.format.gdelt.GDELTIngestFormat
-
- GDELTIngestPlugin - Class in mil.nga.giat.geowave.format.gdelt
-
- GDELTIngestPlugin() - Constructor for class mil.nga.giat.geowave.format.gdelt.GDELTIngestPlugin
-
- GDELTIngestPlugin.IngestGDELTFromHdfs - Class in mil.nga.giat.geowave.format.gdelt
-
- GDELTUtils - Class in mil.nga.giat.geowave.format.gdelt
-
This is a convenience class for performing common GDELT static utility
methods such as schema validation, file parsing, and SimpleFeatureType
definition.
- GDELTUtils() - Constructor for class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- GeneralizedFeatures - Static variable in class mil.nga.giat.geowave.cli.osm.osmfeature.types.features.FeatureDefinitionSet
-
- generateANDBitmask(byte[], byte[]) - Static method in class mil.nga.giat.geowave.core.store.flatten.BitmaskUtils
-
- generateCompositeBitmask(SortedSet<Integer>) - Static method in class mil.nga.giat.geowave.core.store.flatten.BitmaskUtils
-
Generates a composite bitmask given a list of field positions.
- generateCompositeBitmask(Integer) - Static method in class mil.nga.giat.geowave.core.store.flatten.BitmaskUtils
-
Generates a composite bitmask given a single field position.
- generateEmptyClass() - Static method in class mil.nga.giat.geowave.core.cli.prefix.JavassistUtils
-
This will generate a class which is empty.
- generateFieldSubsetBitmask(CommonIndexModel, List<String>, DataAdapter<?>) - Static method in class mil.nga.giat.geowave.core.store.flatten.BitmaskUtils
-
Generates a field subset bitmask for the given index, adapter, and fields
- generateGrid(DataStore) - Method in class mil.nga.giat.geowave.examples.ingest.SimpleIngestIndexWriter
-
Here we will change the ingest mechanism to use a producer/consumer
pattern
- generateGrid(DataStore) - Method in class mil.nga.giat.geowave.examples.ingest.SimpleIngestProducerConsumer
-
Here we will change the ingest mechanism to use a producer/consumer
pattern
- generatePoints(LineString, double, int) - Static method in class mil.nga.giat.geowave.analytic.GeometryDataSetGenerator.CurvedDensityDataGeneratorTool
-
- generatePointSet(double, double, int, int) - Method in class mil.nga.giat.geowave.analytic.GeometryDataSetGenerator
-
- generatePointSet(LineString, double, int) - Method in class mil.nga.giat.geowave.analytic.GeometryDataSetGenerator
-
- generatePointSet(double, double, int, int, double[], double[]) - Method in class mil.nga.giat.geowave.analytic.GeometryDataSetGenerator
-
- GenericAvroSerializer<T> - Class in mil.nga.giat.geowave.core.ingest.avro
-
Generic Avro serializer/deserializer, can convert Avro Java object to a byte
array and a byte array back to a usable Avro Java object.
- GenericAvroSerializer() - Constructor for class mil.nga.giat.geowave.core.ingest.avro.GenericAvroSerializer
-
- GenericFactory - Interface in mil.nga.giat.geowave.core.store
-
- GenericStoreFactory<T> - Interface in mil.nga.giat.geowave.core.store
-
- GenericTypeResolver - Class in mil.nga.giat.geowave.core.store.filter
-
Helper class for resolving generic types against type variables.
- GenericTypeResolver() - Constructor for class mil.nga.giat.geowave.core.store.filter.GenericTypeResolver
-
- GeoConstraintsWrapper(BasicQuery.Constraints, boolean, Geometry) - Constructor for class mil.nga.giat.geowave.core.geotime.GeometryUtils.GeoConstraintsWrapper
-
- GeodeticPosition - Class in mil.nga.giat.geowave.format.stanag4676.parser.model
-
- GeodeticPosition() - Constructor for class mil.nga.giat.geowave.format.stanag4676.parser.model.GeodeticPosition
-
- GeodeticPosition(double, double) - Constructor for class mil.nga.giat.geowave.format.stanag4676.parser.model.GeodeticPosition
-
- GeodeticPosition(double, double, double) - Constructor for class mil.nga.giat.geowave.format.stanag4676.parser.model.GeodeticPosition
-
- GEOLIFE_POINT_FEATURE - Static variable in class mil.nga.giat.geowave.format.geolife.GeoLifeUtils
-
- GEOLIFE_TRACK_FEATURE - Static variable in class mil.nga.giat.geowave.format.geolife.GeoLifeUtils
-
- GeoLifeIngestFormat - Class in mil.nga.giat.geowave.format.geolife
-
This represents an ingest format plugin provider for GeoLife data.
- GeoLifeIngestFormat() - Constructor for class mil.nga.giat.geowave.format.geolife.GeoLifeIngestFormat
-
- GeoLifeIngestPlugin - Class in mil.nga.giat.geowave.format.geolife
-
- GeoLifeIngestPlugin() - Constructor for class mil.nga.giat.geowave.format.geolife.GeoLifeIngestPlugin
-
- GeoLifeIngestPlugin.IngestGeoLifeFromHdfs - Class in mil.nga.giat.geowave.format.geolife
-
- GeoLifeUtils - Class in mil.nga.giat.geowave.format.geolife
-
This is a convenience class for performing common GPX static utility methods
such as schema validation, file parsing, and SimpleFeatureType definition.
- GeoLifeUtils() - Constructor for class mil.nga.giat.geowave.format.geolife.GeoLifeUtils
-
- Geometry - Variable in class mil.nga.giat.geowave.format.stanag4676.Stanag4676EventWritable
-
- GEOMETRY_FACTORY - Static variable in class mil.nga.giat.geowave.core.geotime.GeometryUtils
-
- GEOMETRY_VISITOR - Static variable in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- GeometryAdapter - Class in mil.nga.giat.geowave.core.geotime.store.dimension
-
This adapter can be used for reading and writing Geometry fields within
GeoWave.
- GeometryAdapter() - Constructor for class mil.nga.giat.geowave.core.geotime.store.dimension.GeometryAdapter
-
- GeometryArraySerializationProvider - Class in mil.nga.giat.geowave.core.geotime.store.field
-
- GeometryArraySerializationProvider() - Constructor for class mil.nga.giat.geowave.core.geotime.store.field.GeometryArraySerializationProvider
-
- GeometryCalculations - Class in mil.nga.giat.geowave.analytic
-
- GeometryCalculations(CoordinateReferenceSystem) - Constructor for class mil.nga.giat.geowave.analytic.GeometryCalculations
-
- GeometryCentroidDistanceFn - Class in mil.nga.giat.geowave.analytic.distance
-
Calculate distance between two geometries.
- GeometryCentroidDistanceFn() - Constructor for class mil.nga.giat.geowave.analytic.distance.GeometryCentroidDistanceFn
-
- GeometryCentroidDistanceFn(DistanceFn<Coordinate>) - Constructor for class mil.nga.giat.geowave.analytic.distance.GeometryCentroidDistanceFn
-
- GeometryDataSetGenerator - Class in mil.nga.giat.geowave.analytic
-
Generate clusters of geometries.
- GeometryDataSetGenerator(DistanceFn<SimpleFeature>, SimpleFeatureBuilder) - Constructor for class mil.nga.giat.geowave.analytic.GeometryDataSetGenerator
-
- GeometryDataSetGenerator.CurvedDensityDataGeneratorTool - Class in mil.nga.giat.geowave.analytic
-
- geometryFromBinary(byte[]) - Static method in class mil.nga.giat.geowave.core.geotime.GeometryUtils
-
Converts a byte array as well-known binary to a JTS geometry
- GeometryHullTool - Class in mil.nga.giat.geowave.analytic
-
Set of algorithms to mere hulls and increase the gradient of convexity over
hulls.
- GeometryHullTool() - Constructor for class mil.nga.giat.geowave.analytic.GeometryHullTool
-
- GeometryHullTool.Edge - Class in mil.nga.giat.geowave.analytic
-
- GeometryImage(PreparedGeometry) - Constructor for class mil.nga.giat.geowave.core.geotime.store.filter.SpatialQueryFilter.GeometryImage
-
- GeometryImage(byte[]) - Constructor for class mil.nga.giat.geowave.core.geotime.store.filter.SpatialQueryFilter.GeometryImage
-
- GeometryReader() - Constructor for class mil.nga.giat.geowave.core.geotime.store.field.GeometrySerializationProvider.GeometryReader
-
- GeometrySerializationProvider - Class in mil.nga.giat.geowave.core.geotime.store.field
-
- GeometrySerializationProvider() - Constructor for class mil.nga.giat.geowave.core.geotime.store.field.GeometrySerializationProvider
-
- GeometrySerializationProvider.GeometryReader - Class in mil.nga.giat.geowave.core.geotime.store.field
-
- GeometrySerializationProvider.GeometryWriter - Class in mil.nga.giat.geowave.core.geotime.store.field
-
- geometryToBinary(Geometry) - Static method in class mil.nga.giat.geowave.core.geotime.GeometryUtils
-
Converts a JTS geometry to binary using JTS a Well Known Binary writer
- GeometryUtils - Class in mil.nga.giat.geowave.adapter.vector.utils
-
- GeometryUtils() - Constructor for class mil.nga.giat.geowave.adapter.vector.utils.GeometryUtils
-
- GeometryUtils - Class in mil.nga.giat.geowave.core.geotime
-
This class contains a set of Geometry utility methods that are generally
useful throughout the GeoWave core codebase
- GeometryUtils() - Constructor for class mil.nga.giat.geowave.core.geotime.GeometryUtils
-
- GeometryUtils.GeoConstraintsWrapper - Class in mil.nga.giat.geowave.core.geotime
-
- GeometryWrapper - Class in mil.nga.giat.geowave.core.geotime.store.dimension
-
This class wraps JTS geometry with visibility so that it can be used within
GeoWave as a CommonIndexValue
- GeometryWrapper(Geometry) - Constructor for class mil.nga.giat.geowave.core.geotime.store.dimension.GeometryWrapper
-
- GeometryWrapper(Geometry, byte[]) - Constructor for class mil.nga.giat.geowave.core.geotime.store.dimension.GeometryWrapper
-
- GeometryWriter() - Constructor for class mil.nga.giat.geowave.core.geotime.store.field.GeometrySerializationProvider.GeometryWriter
-
- GeonamesDataFileInputFormat - Class in mil.nga.giat.geowave.examples.ingest.bulk
-
- GeonamesDataFileInputFormat() - Constructor for class mil.nga.giat.geowave.examples.ingest.bulk.GeonamesDataFileInputFormat
-
- GeonamesSimpleFeatureType - Class in mil.nga.giat.geowave.examples.ingest.bulk
-
Provides a static method to obtain an instance of a SimpleFeatureType for
Geonames data
- GeoObjectDimensionValues - Class in mil.nga.giat.geowave.analytic
-
Extracted numeric dimension values associated with an item or a sum of
dimension values from multiple items.
- GeoObjectDimensionValues(int) - Constructor for class mil.nga.giat.geowave.analytic.GeoObjectDimensionValues
-
- GeoObjectDimensionValues() - Constructor for class mil.nga.giat.geowave.analytic.GeoObjectDimensionValues
-
- GeoObjectDimensionValues(double, double, double, double[], double) - Constructor for class mil.nga.giat.geowave.analytic.GeoObjectDimensionValues
-
- GEOSERVER_BASE_URL - Static variable in class mil.nga.giat.geowave.test.service.ServicesTestEnvironment
-
- GEOSERVER_CONTEXT_PATH - Static variable in class mil.nga.giat.geowave.test.service.ServicesTestEnvironment
-
- GEOSERVER_CS - Static variable in class mil.nga.giat.geowave.cli.geoserver.GeoServerConfig
-
- GEOSERVER_DS - Static variable in class mil.nga.giat.geowave.cli.geoserver.GeoServerConfig
-
- GEOSERVER_PASS - Static variable in class mil.nga.giat.geowave.cli.geoserver.GeoServerConfig
-
- GEOSERVER_PASS - Static variable in class mil.nga.giat.geowave.test.service.ServicesTestEnvironment
-
- GEOSERVER_REST_PATH - Static variable in class mil.nga.giat.geowave.test.service.ServicesTestEnvironment
-
- GEOSERVER_URL - Static variable in class mil.nga.giat.geowave.cli.geoserver.GeoServerConfig
-
- GEOSERVER_USER - Static variable in class mil.nga.giat.geowave.cli.geoserver.GeoServerConfig
-
- GEOSERVER_USER - Static variable in class mil.nga.giat.geowave.test.service.ServicesTestEnvironment
-
- GEOSERVER_WAR_DIR - Static variable in class mil.nga.giat.geowave.test.service.ServicesTestEnvironment
-
- GEOSERVER_WORKSPACE - Static variable in class mil.nga.giat.geowave.cli.geoserver.GeoServerConfig
-
- GeoServerAddCoverageCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerAddCoverageCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerAddCoverageCommand
-
- GeoServerAddCoverageStoreCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerAddCoverageStoreCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerAddCoverageStoreCommand
-
- GeoServerAddDatastoreCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerAddDatastoreCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerAddDatastoreCommand
-
- GeoServerAddFeatureLayerCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerAddFeatureLayerCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerAddFeatureLayerCommand
-
- GeoServerAddLayerCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerAddLayerCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerAddLayerCommand
-
- GeoServerAddLayerCommand.AddOption - Enum in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerAddLayerCommand.AddOptionConverter - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerAddStyleCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerAddStyleCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerAddStyleCommand
-
- GeoServerAddWorkspaceCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerAddWorkspaceCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerAddWorkspaceCommand
-
- GeoServerConfig - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerConfig(File) - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerConfig
-
Properties File holds defaults; updates config if empty.
- GeoServerConfig() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerConfig
-
Secondary no-arg constructor for direct-access testing
- GeoServerGetCoverageCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerGetCoverageCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerGetCoverageCommand
-
- GeoServerGetCoverageStoreCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerGetCoverageStoreCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerGetCoverageStoreCommand
-
- GeoServerGetDatastoreCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerGetDatastoreCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerGetDatastoreCommand
-
- GeoServerGetFeatureLayerCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerGetFeatureLayerCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerGetFeatureLayerCommand
-
- GeoServerGetStoreAdapterCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerGetStoreAdapterCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerGetStoreAdapterCommand
-
- GeoServerGetStyleCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerGetStyleCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerGetStyleCommand
-
- GeoServerListCoveragesCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerListCoveragesCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerListCoveragesCommand
-
- GeoServerListCoverageStoresCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerListCoverageStoresCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerListCoverageStoresCommand
-
- GeoServerListDatastoresCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerListDatastoresCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerListDatastoresCommand
-
- GeoServerListFeatureLayersCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerListFeatureLayersCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerListFeatureLayersCommand
-
- GeoServerListStylesCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerListStylesCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerListStylesCommand
-
- GeoServerListWorkspacesCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerListWorkspacesCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerListWorkspacesCommand
-
- GeoServerOperationProvider - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerOperationProvider() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerOperationProvider
-
- GeoServerRemoveCoverageCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerRemoveCoverageCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerRemoveCoverageCommand
-
- GeoServerRemoveCoverageStoreCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerRemoveCoverageStoreCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerRemoveCoverageStoreCommand
-
- GeoServerRemoveDatastoreCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerRemoveDatastoreCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerRemoveDatastoreCommand
-
- GeoServerRemoveFeatureLayerCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerRemoveFeatureLayerCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerRemoveFeatureLayerCommand
-
- GeoServerRemoveStyleCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerRemoveStyleCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerRemoveStyleCommand
-
- GeoServerRemoveWorkspaceCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerRemoveWorkspaceCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerRemoveWorkspaceCommand
-
- GeoServerRestClient - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerRestClient(GeoServerConfig) - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
- GeoServerSection - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerSection() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerSection
-
- GeoserverService - Interface in mil.nga.giat.geowave.service
-
- GeoserverServiceClient - Class in mil.nga.giat.geowave.service.client
-
- GeoserverServiceClient(String) - Constructor for class mil.nga.giat.geowave.service.client.GeoserverServiceClient
-
- GeoserverServiceClient(String, String, String) - Constructor for class mil.nga.giat.geowave.service.client.GeoserverServiceClient
-
- GeoserverServiceImpl - Class in mil.nga.giat.geowave.service.impl
-
- GeoserverServiceImpl(ServletConfig) - Constructor for class mil.nga.giat.geowave.service.impl.GeoserverServiceImpl
-
- GeoServerSetLayerStyleCommand - Class in mil.nga.giat.geowave.cli.geoserver
-
- GeoServerSetLayerStyleCommand() - Constructor for class mil.nga.giat.geowave.cli.geoserver.GeoServerSetLayerStyleCommand
-
- GeoTemporalQueryExample - Class in mil.nga.giat.geowave.examples.query
-
This class is intended to provide a self-contained, easy-to-follow example of
a few GeoTools queries against GeoWave using Spatial Temporal Data.
- GeoTemporalQueryExample() - Constructor for class mil.nga.giat.geowave.examples.query.GeoTemporalQueryExample
-
- GeotoolsFeatureDataAdapter - Interface in mil.nga.giat.geowave.adapter.vector
-
- GeotoolsQueryExample - Class in mil.nga.giat.geowave.examples.query
-
This class is intended to provide a self-contained, easy-to-follow example of
a few GeoTools queries against GeoWave.
- GeotoolsQueryExample() - Constructor for class mil.nga.giat.geowave.examples.query.GeotoolsQueryExample
-
- GeoToolsRasterDataStoreIngestFormat - Class in mil.nga.giat.geowave.format.geotools.raster
-
This represents an ingest format plugin provider for GeoTools grid coverage
(raster) formats.
- GeoToolsRasterDataStoreIngestFormat() - Constructor for class mil.nga.giat.geowave.format.geotools.raster.GeoToolsRasterDataStoreIngestFormat
-
- GeoToolsRasterDataStoreIngestPlugin - Class in mil.nga.giat.geowave.format.geotools.raster
-
This plugin is used for ingesting any GeoTools supported file data store from
a local file system directly into GeoWave as GeoTools' SimpleFeatures.
- GeoToolsRasterDataStoreIngestPlugin() - Constructor for class mil.nga.giat.geowave.format.geotools.raster.GeoToolsRasterDataStoreIngestPlugin
-
- GeoToolsRasterDataStoreIngestPlugin(RasterOptionProvider) - Constructor for class mil.nga.giat.geowave.format.geotools.raster.GeoToolsRasterDataStoreIngestPlugin
-
- GeoToolsVectorDataOptions - Class in mil.nga.giat.geowave.format.geotools.vector
-
- GeoToolsVectorDataOptions() - Constructor for class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataOptions
-
- GeoToolsVectorDataStoreIngestFormat - Class in mil.nga.giat.geowave.format.geotools.vector
-
This represents an ingest format plugin provider for GeoTools vector data
stores.
- GeoToolsVectorDataStoreIngestFormat() - Constructor for class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataStoreIngestFormat
-
- GeoToolsVectorDataStoreIngestPlugin - Class in mil.nga.giat.geowave.format.geotools.vector
-
This plugin is used for ingesting any GeoTools supported file data store from
a local file system directly into GeoWave as GeoTools' SimpleFeatures.
- GeoToolsVectorDataStoreIngestPlugin(Filter) - Constructor for class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataStoreIngestPlugin
-
- GeoToolsVectorDataStoreIngestPlugin(RetypingVectorDataPlugin, Filter, List<String>) - Constructor for class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataStoreIngestPlugin
-
- GEOWAVE_BASE_URL - Static variable in class mil.nga.giat.geowave.test.service.ServicesTestEnvironment
-
- GEOWAVE_CACHE_FILE - Static variable in class mil.nga.giat.geowave.core.cli.operations.config.options.ConfigOptions
-
- GEOWAVE_CACHE_PATH - Static variable in class mil.nga.giat.geowave.core.cli.operations.config.options.ConfigOptions
-
- GEOWAVE_CHAR_SET - Static variable in class mil.nga.giat.geowave.core.index.StringUtils
-
- GEOWAVE_CLASSPATH_JARS - Static variable in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDEJobRunner
-
- GEOWAVE_CONTEXT_PATH - Static variable in class mil.nga.giat.geowave.test.service.ServicesTestEnvironment
-
- GEOWAVE_NAMESPACE_KEY - Static variable in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- GEOWAVE_NAMESPACE_OPTION - Static variable in class mil.nga.giat.geowave.core.store.StoreFactoryOptions
-
- GEOWAVE_WAR_DIR - Static variable in class mil.nga.giat.geowave.test.service.ServicesTestEnvironment
-
- GEOWAVE_WORKSPACE_PATH - Static variable in class mil.nga.giat.geowave.test.service.ServicesTestEnvironment
-
- GeoWaveAccumuloInputSplit - Class in mil.nga.giat.geowave.datastore.accumulo.mapreduce
-
- GeoWaveAccumuloInputSplit() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.mapreduce.GeoWaveAccumuloInputSplit
-
- GeoWaveAccumuloInputSplit(Map<PrimaryIndex, List<RangeLocationPair>>, String[]) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.mapreduce.GeoWaveAccumuloInputSplit
-
- GeoWaveAccumuloRecordReader<T> - Class in mil.nga.giat.geowave.datastore.accumulo.mapreduce
-
This class is used by the GeoWaveInputFormat to read data from an Accumulo
data store.
- GeoWaveAccumuloRecordReader(DistributableQuery, QueryOptions, boolean, AdapterStore, AccumuloOperations) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.mapreduce.GeoWaveAccumuloRecordReader
-
- GeoWaveAnalyticExtractJobRunner - Class in mil.nga.giat.geowave.analytic.mapreduce.clustering.runner
-
Run a map reduce job to extract a population of data from GeoWave (Accumulo),
remove duplicates, and output a SimpleFeature with the ID and the extracted
geometry from each of the GeoWave data item.
- GeoWaveAnalyticExtractJobRunner() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.GeoWaveAnalyticExtractJobRunner
-
- GeoWaveAnalyticJobRunner - Class in mil.nga.giat.geowave.analytic.mapreduce
-
This class managers the input and output formats for a map reduce job.
- GeoWaveAnalyticJobRunner() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- GeoWaveAutoCommitTransactionState - Class in mil.nga.giat.geowave.adapter.vector.plugin.transaction
-
- GeoWaveAutoCommitTransactionState(GeoWaveFeatureSource) - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveAutoCommitTransactionState
-
- GeoWaveConfiguratorBase - Class in mil.nga.giat.geowave.mapreduce
-
This class forms the basis for GeoWave input and output format configuration.
- GeoWaveConfiguratorBase() - Constructor for class mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase
-
- GeoWaveConfiguratorBase.GeoWaveConfg - Enum in mil.nga.giat.geowave.mapreduce
-
- GeoWaveData<T> - Class in mil.nga.giat.geowave.core.ingest
-
This models any information that is necessary to ingest an entry into
GeoWave: the adapter and index you wish to use as well as the actual data
- GeoWaveData(ByteArrayId, Collection<ByteArrayId>, T) - Constructor for class mil.nga.giat.geowave.core.ingest.GeoWaveData
-
- GeoWaveData(WritableDataAdapter<T>, Collection<ByteArrayId>, T) - Constructor for class mil.nga.giat.geowave.core.ingest.GeoWaveData
-
- GeoWaveDataStoreComponents - Class in mil.nga.giat.geowave.adapter.vector.plugin
-
- GeoWaveDataStoreComponents(DataStore, DataStatisticsStore, IndexStore, GeotoolsFeatureDataAdapter, GeoWaveGTDataStore, TransactionsAllocator) - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveDataStoreComponents
-
- GeoWaveDedupeCombiner - Class in mil.nga.giat.geowave.mapreduce.dedupe
-
A basic implementation of deduplication as a combiner (using a combiner is a
performance optimization over doing all deduplication in a reducer)
- GeoWaveDedupeCombiner() - Constructor for class mil.nga.giat.geowave.mapreduce.dedupe.GeoWaveDedupeCombiner
-
- GeoWaveDedupeJobRunner - Class in mil.nga.giat.geowave.mapreduce.dedupe
-
This class can run a basic job to query GeoWave, deduplicating results, and
writing the final set of key value pairs to a sequence file.
- GeoWaveDedupeJobRunner(DataStorePluginOptions) - Constructor for class mil.nga.giat.geowave.mapreduce.dedupe.GeoWaveDedupeJobRunner
-
- GeoWaveDedupeJobRunner.MainParameterHolder - Class in mil.nga.giat.geowave.mapreduce.dedupe
-
- GeoWaveDedupeMapper - Class in mil.nga.giat.geowave.mapreduce.dedupe
-
Basically an identity mapper used for the deduplication job
- GeoWaveDedupeMapper() - Constructor for class mil.nga.giat.geowave.mapreduce.dedupe.GeoWaveDedupeMapper
-
- GeoWaveDedupeReducer - Class in mil.nga.giat.geowave.mapreduce.dedupe
-
A basic implementation of deduplication as a reducer
- GeoWaveDedupeReducer() - Constructor for class mil.nga.giat.geowave.mapreduce.dedupe.GeoWaveDedupeReducer
-
- GeoWaveDemoApp - Class in mil.nga.giat.geowave.examples.accumulo.app
-
- GeoWaveDemoApp() - Constructor for class mil.nga.giat.geowave.examples.accumulo.app.GeoWaveDemoApp
-
- GeoWaveDemoAppShell - Class in mil.nga.giat.geowave.datastore.accumulo.app
-
- GeoWaveDemoAppShell() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.app.GeoWaveDemoAppShell
-
- GeoWaveEmptyTransaction - Class in mil.nga.giat.geowave.adapter.vector.plugin.transaction
-
Commit changes immediately
- GeoWaveEmptyTransaction(GeoWaveDataStoreComponents) - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveEmptyTransaction
-
Create an empty Diff
- GeoWaveExtractNNJobRunner - Class in mil.nga.giat.geowave.analytic.mapreduce.nn
-
- GeoWaveExtractNNJobRunner() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.nn.GeoWaveExtractNNJobRunner
-
- GeoWaveFeatureCollection - Class in mil.nga.giat.geowave.adapter.vector.plugin
-
This class is a helper for the GeoWave GeoTools data store.
- GeoWaveFeatureCollection(GeoWaveFeatureReader, Query) - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureCollection
-
- GeoWaveFeatureReader - Class in mil.nga.giat.geowave.adapter.vector.plugin
-
This class wraps a geotools data store as well as one for statistics (for
example to display Heatmaps) into a GeoTools FeatureReader for simple feature
data.
- GeoWaveFeatureReader(Query, GeoWaveTransaction, GeoWaveDataStoreComponents) - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureReader
-
- GeoWaveFeatureSource - Class in mil.nga.giat.geowave.adapter.vector.plugin
-
- GeoWaveFeatureSource(ContentEntry, Query, GeotoolsFeatureDataAdapter, TransactionsAllocator) - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureSource
-
- GeoWaveFeatureWriter - Class in mil.nga.giat.geowave.adapter.vector.plugin
-
This class wraps a geotools data store as well as one for statistics (for
example to display Heatmaps) into a GeoTools FeatureReader for simple feature
data.
- GeoWaveFeatureWriter(GeoWaveDataStoreComponents, GeoWaveTransaction, GeoWaveFeatureReader) - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureWriter
-
- GeoWaveGSProcessFactory - Class in mil.nga.giat.geowave.adapter.vector.plugin
-
This is the GeoTools Factory for introducing the nga:Decimation rendering
transform.
- GeoWaveGSProcessFactory() - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGSProcessFactory
-
- GeoWaveGTDataStore - Class in mil.nga.giat.geowave.adapter.vector.plugin
-
- GeoWaveGTDataStore(GeoWavePluginConfig) - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
- GeoWaveGTDataStoreFactory - Class in mil.nga.giat.geowave.adapter.vector.plugin
-
This factory is injected by GeoTools using Java SPI and is used to expose
GeoWave as a DataStore to GeoTools.
- GeoWaveGTDataStoreFactory() - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStoreFactory
-
Public "no argument" constructor called by Factory Service Provider (SPI)
entry listed in META-INF/services/org.geotools.data.DataStoreFactorySPI
- GeoWaveGTDataStoreFactory(StoreFactoryFamilySpi) - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStoreFactory
-
- GeoWaveGTRasterFormat - Class in mil.nga.giat.geowave.adapter.raster.plugin
-
- GeoWaveGTRasterFormat() - Constructor for class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveGTRasterFormat
-
- GeoWaveGTRasterFormatFactory - Class in mil.nga.giat.geowave.adapter.raster.plugin
-
- GeoWaveGTRasterFormatFactory() - Constructor for class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveGTRasterFormatFactory
-
- GeoWaveHBaseInputSplit - Class in mil.nga.giat.geowave.datastore.hbase.mapreduce
-
- GeoWaveHBaseInputSplit() - Constructor for class mil.nga.giat.geowave.datastore.hbase.mapreduce.GeoWaveHBaseInputSplit
-
- GeoWaveHBaseInputSplit(Map<PrimaryIndex, List<RangeLocationPair>>, String[]) - Constructor for class mil.nga.giat.geowave.datastore.hbase.mapreduce.GeoWaveHBaseInputSplit
-
- GeoWaveHBaseRecordReader<T> - Class in mil.nga.giat.geowave.datastore.hbase.mapreduce
-
This class is used by the GeoWaveInputFormat to read data from an HBase data
store.
- GeoWaveHBaseRecordReader(DistributableQuery, QueryOptions, boolean, AdapterStore, BasicHBaseOperations) - Constructor for class mil.nga.giat.geowave.datastore.hbase.mapreduce.GeoWaveHBaseRecordReader
-
- GeoWaveInputConfigurator - Class in mil.nga.giat.geowave.mapreduce.input
-
This class provides utility methods for accessing job context configuration
parameters that are specific to the GeoWaveInputFormat.
- GeoWaveInputConfigurator() - Constructor for class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputConfigurator
-
- GeoWaveInputConfigurator.InputConfig - Enum in mil.nga.giat.geowave.mapreduce.input
-
- GeoWaveInputFormat<T> - Class in mil.nga.giat.geowave.mapreduce.input
-
- GeoWaveInputFormat() - Constructor for class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- GeoWaveInputFormatConfiguration - Class in mil.nga.giat.geowave.analytic.mapreduce
-
- GeoWaveInputFormatConfiguration() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveInputFormatConfiguration
-
- GeoWaveInputKey - Class in mil.nga.giat.geowave.mapreduce.input
-
This class encapsulates the unique identifier for GeoWave input data using a
map-reduce GeoWave input format.
- GeoWaveInputKey() - Constructor for class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputKey
-
- GeoWaveInputKey(ByteArrayId, ByteArrayId) - Constructor for class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputKey
-
- GeoWaveInputLoadJobRunner - Class in mil.nga.giat.geowave.analytic.mapreduce.clustering.runner
-
Run a map reduce job to extract a population of data from GeoWave (Accumulo),
remove duplicates, and output a SimpleFeature with the ID and the extracted
geometry from each of the GeoWave data item.
- GeoWaveInputLoadJobRunner() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.GeoWaveInputLoadJobRunner
-
- GeoWaveInputSplit - Class in mil.nga.giat.geowave.mapreduce.splits
-
The Class GeoWaveInputSplit.
- GeoWaveInputSplit() - Constructor for class mil.nga.giat.geowave.mapreduce.splits.GeoWaveInputSplit
-
- GeoWaveInputSplit(Map<PrimaryIndex, List<RangeLocationPair>>, String[]) - Constructor for class mil.nga.giat.geowave.mapreduce.splits.GeoWaveInputSplit
-
- GeoWaveITRunner - Class in mil.nga.giat.geowave.test
-
- GeoWaveITRunner(Class<?>) - Constructor for class mil.nga.giat.geowave.test.GeoWaveITRunner
-
Only called reflectively.
- GeoWaveITSuiteRunner - Class in mil.nga.giat.geowave.test
-
- GeoWaveITSuiteRunner(Class<?>, List<Runner>) - Constructor for class mil.nga.giat.geowave.test.GeoWaveITSuiteRunner
-
- GeoWaveITSuiteRunner(Class<?>, RunnerBuilder) - Constructor for class mil.nga.giat.geowave.test.GeoWaveITSuiteRunner
-
- GeoWaveITSuiteRunner(RunnerBuilder, Class<?>, Class<?>[]) - Constructor for class mil.nga.giat.geowave.test.GeoWaveITSuiteRunner
-
- GeoWaveITSuiteRunner(RunnerBuilder, Class<?>[]) - Constructor for class mil.nga.giat.geowave.test.GeoWaveITSuiteRunner
-
- GeoWaveITSuiteRunner(Class<?>, Class<?>[]) - Constructor for class mil.nga.giat.geowave.test.GeoWaveITSuiteRunner
-
- GeoWaveKey - Class in mil.nga.giat.geowave.mapreduce
-
This is the base class for both GeoWaveInputKey and GeoWaveOutputKey and is
responsible for persisting the adapter ID
- GeoWaveKey() - Constructor for class mil.nga.giat.geowave.mapreduce.GeoWaveKey
-
- GeoWaveKey(ByteArrayId) - Constructor for class mil.nga.giat.geowave.mapreduce.GeoWaveKey
-
- GeoWaveMain - Class in mil.nga.giat.geowave.core.cli
-
This is the primary entry point for command line tools.
- GeoWaveMain() - Constructor for class mil.nga.giat.geowave.core.cli.GeoWaveMain
-
- GeoWaveMapper - Class in mil.nga.giat.geowave.mapreduce
-
This abstract class can be extended by GeoWave analytics.
- GeoWaveMapper() - Constructor for class mil.nga.giat.geowave.mapreduce.GeoWaveMapper
-
- GeoWaveMiniAccumuloClusterImpl - Class in mil.nga.giat.geowave.datastore.accumulo.minicluster
-
- GeoWaveMiniAccumuloClusterImpl(MiniAccumuloConfigImpl) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.minicluster.GeoWaveMiniAccumuloClusterImpl
-
- GeowaveOperation - Annotation Type in mil.nga.giat.geowave.core.cli.annotations
-
- GeoWaveOutputFormat - Class in mil.nga.giat.geowave.mapreduce.output
-
This output format is the preferred mechanism for writing data to GeoWave
within a map-reduce job.
- GeoWaveOutputFormat() - Constructor for class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputFormat
-
- GeoWaveOutputFormat.GeoWaveRecordWriter - Class in mil.nga.giat.geowave.mapreduce.output
-
A base class to be used to create RecordWriter instances that
write to Accumulo.
- GeoWaveOutputFormatConfiguration - Class in mil.nga.giat.geowave.analytic.mapreduce
-
- GeoWaveOutputFormatConfiguration() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveOutputFormatConfiguration
-
- GeoWaveOutputKey<T> - Class in mil.nga.giat.geowave.mapreduce.output
-
This class encapsulates the unique identifier for GeoWave to ingest data
using a map-reduce GeoWave output format.
- GeoWaveOutputKey() - Constructor for class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputKey
-
- GeoWaveOutputKey(ByteArrayId, ByteArrayId) - Constructor for class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputKey
-
- GeoWaveOutputKey(ByteArrayId, Collection<ByteArrayId>) - Constructor for class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputKey
-
- GeoWaveOutputKey(WritableDataAdapter<T>, Collection<ByteArrayId>) - Constructor for class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputKey
-
- GeoWavePluginConfig - Class in mil.nga.giat.geowave.adapter.vector.plugin
-
This class encapsulates the parameterized configuration that can be provided
per GeoWave data store within GeoTools.
- GeoWavePluginConfig(DataStorePluginOptions) - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- GeoWavePluginConfig(StoreFactoryFamilySpi, Map<String, Serializable>) - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- GeoWavePluginException - Exception in mil.nga.giat.geowave.adapter.vector.plugin
-
A basic, general exception thrown within the GeoWave plugin to GeoTools.
- GeoWavePluginException(String) - Constructor for exception mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginException
-
- GeoWaveQueryCaps - Class in mil.nga.giat.geowave.adapter.vector.plugin
-
A definition of the Query capabilities provided to GeoTools by the GeoWave
data store.
- GeoWaveQueryCaps() - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveQueryCaps
-
- GeoWaveRasterConfig - Class in mil.nga.giat.geowave.adapter.raster.plugin
-
- GeoWaveRasterConfig() - Constructor for class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterConfig
-
- GeoWaveRasterConfig.ConfigParameter - Enum in mil.nga.giat.geowave.adapter.raster.plugin
-
- GeoWaveRasterReader - Class in mil.nga.giat.geowave.adapter.raster.plugin
-
the reader gets the connection info and returns a grid coverage for every
data adapter
- GeoWaveRasterReader(Object, Hints) - Constructor for class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- GeoWaveRasterReader(GeoWaveRasterConfig) - Constructor for class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- GeoWaveRasterReader(Object) - Constructor for class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
Constructor.
- GeoWaveRasterReaderState - Class in mil.nga.giat.geowave.adapter.raster.plugin
-
Holds the state of the reader making it thread safe
- GeoWaveRasterReaderState(String) - Constructor for class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReaderState
-
- GeoWaveRecordReader<T> - Class in mil.nga.giat.geowave.mapreduce.splits
-
This class is used by the GeoWaveInputFormat to read data from a GeoWave data
store.
- GeoWaveRecordReader(DistributableQuery, QueryOptions, boolean, AdapterStore) - Constructor for class mil.nga.giat.geowave.mapreduce.splits.GeoWaveRecordReader
-
- GeoWaveRecordReader.NextRangeCallback - Interface in mil.nga.giat.geowave.mapreduce.splits
-
- GeoWaveRecordReader.ProgressPerRange - Class in mil.nga.giat.geowave.mapreduce.splits
-
- GeoWaveRecordWriter(TaskAttemptContext, DataStore, IndexStore, AdapterStore) - Constructor for class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputFormat.GeoWaveRecordWriter
-
- GeoWaveReducer - Class in mil.nga.giat.geowave.mapreduce
-
This abstract class can be extended by GeoWave analytics.
- GeoWaveReducer() - Constructor for class mil.nga.giat.geowave.mapreduce.GeoWaveReducer
-
- GeowaveRowId - Class in mil.nga.giat.geowave.core.store.entities
-
This class encapsulates the elements that compose the row ID in the
datastore, and can serialize and deserialize the individual elements to/from
the row ID.
- GeowaveRowId(byte[]) - Constructor for class mil.nga.giat.geowave.core.store.entities.GeowaveRowId
-
- GeowaveRowId(byte[], int) - Constructor for class mil.nga.giat.geowave.core.store.entities.GeowaveRowId
-
- GeowaveRowId(byte[], byte[], byte[], int) - Constructor for class mil.nga.giat.geowave.core.store.entities.GeowaveRowId
-
- GeoWaveRowRange - Interface in mil.nga.giat.geowave.mapreduce.splits
-
- GeoWaveStoreFinder - Class in mil.nga.giat.geowave.core.store
-
- GeoWaveStoreFinder() - Constructor for class mil.nga.giat.geowave.core.store.GeoWaveStoreFinder
-
- GeoWaveTestStore - Annotation Type in mil.nga.giat.geowave.test.annotation
-
The DataStores annotation specifies the GeoWave DataStore to be
run when a class annotated with @RunWith(GeoWaveIT.class) is
run.
- GeoWaveTestStore.GeoWaveStoreType - Enum in mil.nga.giat.geowave.test.annotation
-
- GeoWaveTestStoreImpl - Class in mil.nga.giat.geowave.test.annotation
-
- GeoWaveTestStoreImpl(GeoWaveTestStore) - Constructor for class mil.nga.giat.geowave.test.annotation.GeoWaveTestStoreImpl
-
- GeoWaveTestStoreImpl(String, GeoWaveTestStore.GeoWaveStoreType[], String[], Class<? extends Annotation>) - Constructor for class mil.nga.giat.geowave.test.annotation.GeoWaveTestStoreImpl
-
- GeowaveTopLevelSection - Class in mil.nga.giat.geowave.core.cli.operations
-
- GeowaveTopLevelSection() - Constructor for class mil.nga.giat.geowave.core.cli.operations.GeowaveTopLevelSection
-
- GeoWaveTransaction - Interface in mil.nga.giat.geowave.adapter.vector.plugin.transaction
-
Represent the Writer's pluggable strategy of a transaction
- GeoWaveTransactionManagement - Class in mil.nga.giat.geowave.adapter.vector.plugin.transaction
-
Captures changes made to a FeatureStore prior to being committed.
- GeoWaveTransactionManagement(int, GeoWaveDataStoreComponents, String, Transaction, LockingManagement, String) - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveTransactionManagement
-
Create an empty Diff
- GeoWaveTransactionManagementState - Class in mil.nga.giat.geowave.adapter.vector.plugin.transaction
-
Implements the transaction state protocol with Geotools.
- GeoWaveTransactionManagementState(int, GeoWaveDataStoreComponents, Transaction, LockingManagement) - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveTransactionManagementState
-
- GeoWaveTransactionState - Interface in mil.nga.giat.geowave.adapter.vector.plugin.transaction
-
- GeoWaveWritableInputMapper<KEYOUT,VALUEOUT> - Class in mil.nga.giat.geowave.mapreduce
-
This abstract class can be extended by GeoWave analytics.
- GeoWaveWritableInputMapper() - Constructor for class mil.nga.giat.geowave.mapreduce.GeoWaveWritableInputMapper
-
- GeoWaveWritableInputReducer<KEYOUT,VALUEOUT> - Class in mil.nga.giat.geowave.mapreduce
-
This abstract class can be extended by GeoWave analytics.
- GeoWaveWritableInputReducer() - Constructor for class mil.nga.giat.geowave.mapreduce.GeoWaveWritableInputReducer
-
- GeoWaveWritableOutputMapper<KEYIN,VALUEIN> - Class in mil.nga.giat.geowave.mapreduce
-
This abstract class can be extended by GeoWave analytics.
- GeoWaveWritableOutputMapper() - Constructor for class mil.nga.giat.geowave.mapreduce.GeoWaveWritableOutputMapper
-
- GeoWaveWritableOutputReducer<KEYIN,VALUEIN> - Class in mil.nga.giat.geowave.mapreduce
-
This abstract class can be extended by GeoWave analytics.
- GeoWaveWritableOutputReducer() - Constructor for class mil.nga.giat.geowave.mapreduce.GeoWaveWritableOutputReducer
-
- get(int) - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues
-
- get(int) - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeature
-
- get(int) - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeatureCollection
-
- get(int) - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition
-
- get(ByteArrayId) - Method in class mil.nga.giat.geowave.analytic.nn.DefaultNeighborList
-
- get(ParameterEnum<?>) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- get(int) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
- get(int) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.LongArray
-
- get(int) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node
-
- get(int) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
- get(int) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Relation
-
- get(int) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember
-
- get(int) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Way
-
- get(int) - Method in class mil.nga.giat.geowave.core.ingest.avro.WholeFile
-
- get(int) - Method in class mil.nga.giat.geowave.core.ingest.hdfs.HdfsFile
-
- get(int) - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
- get(int) - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint
-
- getAccelerationX() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
- getAccelerationY() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
- getAccelerationZ() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
- getAccumuloGeowaveDataStore(BasicAccumuloOperations) - Method in class mil.nga.giat.geowave.examples.ingest.SimpleIngest
-
DataStore is essentially the controller that take the accumulo
information, geowave configuration, and data type, and inserts/queries
from accumulo
- getAccumuloInstance() - Method in class mil.nga.giat.geowave.test.AccumuloStoreTestEnvironment
-
- getAccumuloOperationsInstance(String, String, String, String, String) - Method in class mil.nga.giat.geowave.examples.ingest.SimpleIngest
-
The class tells geowave about the accumulo instance it should connect to,
as well as what tables it should create/store it's data in
- getAccumuloPassword() - Method in class mil.nga.giat.geowave.test.AccumuloStoreTestEnvironment
-
- getAccumuloUser() - Method in class mil.nga.giat.geowave.test.AccumuloStoreTestEnvironment
-
- getAdapter() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveDataStoreComponents
-
- getAdapter(PropertyManagement, ParameterEnum, ParameterEnum) - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- getAdapter(ByteArrayId) - Method in class mil.nga.giat.geowave.analytic.SerializableAdapterStore
-
- getAdapter(AdapterStore) - Method in class mil.nga.giat.geowave.core.ingest.GeoWaveData
-
- getAdapter(ByteArrayId) - Method in interface mil.nga.giat.geowave.core.store.adapter.AdapterStore
-
Get an adapter from the store by its unique ID
- getAdapter(ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryAdapterStore
-
- getAdapter(ByteArrayId) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloAdapterStore
-
- getAdapter(ByteArrayId) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseAdapterStore
-
- getAdapter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bytes adapter = 5;
- getAdapter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
optional bytes adapter = 5;
- getAdapter() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes adapter = 5;
- getAdapter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes adapter = 5;
- getAdapter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
optional bytes adapter = 5;
- getAdapter() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes adapter = 5;
- getAdapter(ByteArrayId) - Method in class mil.nga.giat.geowave.mapreduce.HadoopWritableSerializationTool
-
- getAdapter(ByteArrayId) - Method in class mil.nga.giat.geowave.mapreduce.JobContextAdapterStore
-
- getAdapter(AdapterStore) - Method in class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputKey
-
- getAdapterEncoding(DataAdapter) - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseDistributableFilter
-
- getAdapterExtendedData() - Method in class mil.nga.giat.geowave.core.store.adapter.AbstractAdapterPersistenceEncoding
-
This returns a representation of the custom fields for the data adapter
- getAdapterId() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getAdapterId() - Method in class mil.nga.giat.geowave.adapter.vector.FeatureDataAdapter
-
- getAdapterId() - Method in class mil.nga.giat.geowave.adapter.vector.WholeFeatureDataAdapter
-
Deprecated.
- getAdapterId() - Method in class mil.nga.giat.geowave.analytic.AdapterWithObjectWritable
-
- getAdapterId() - Method in class mil.nga.giat.geowave.analytic.clustering.DistortionGroupManagement.DistortionDataAdapter
-
- getAdapterId() - Method in class mil.nga.giat.geowave.core.ingest.GeoWaveData
-
- getAdapterId() - Method in interface mil.nga.giat.geowave.core.store.adapter.DataAdapter
-
Return the adapter ID
- getAdapterId() - Method in class mil.nga.giat.geowave.core.store.AdapterToIndexMapping
-
- getAdapterId() - Method in class mil.nga.giat.geowave.core.store.base.EntryRowID
-
- getAdapterId() - Method in class mil.nga.giat.geowave.core.store.data.PersistenceEncoding
-
Return the data adapter ID
- getAdapterId() - Method in class mil.nga.giat.geowave.core.store.entities.GeowaveRowId
-
- getAdapterId() - Method in class mil.nga.giat.geowave.core.store.query.AdapterIdQuery
-
- getAdapterId() - Method in class mil.nga.giat.geowave.core.store.query.DataIdQuery
-
- getAdapterId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter.Builder
-
required bytes adapterId = 1;
- getAdapterId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter
-
required bytes adapterId = 1;
- getAdapterId() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilterOrBuilder
-
required bytes adapterId = 1;
- getAdapterId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes adapterId = 6;
- getAdapterId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
optional bytes adapterId = 6;
- getAdapterId() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes adapterId = 6;
- getAdapterId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter.Builder
-
required bytes adapterId = 1;
- getAdapterId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter
-
required bytes adapterId = 1;
- getAdapterId() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilterOrBuilder
-
required bytes adapterId = 1;
- getAdapterId() - Method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChipDataAdapter
-
- getAdapterId() - Method in class mil.nga.giat.geowave.mapreduce.GeoWaveKey
-
- getAdapterIds() - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorExportOptions
-
- getAdapterIds() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.QueryOptionsCommand
-
- getAdapterIds(AdapterStore) - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- getAdapterIds() - Method in class mil.nga.giat.geowave.mapreduce.JobContextAdapterStore
-
- getAdapterIndexMappingStore() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterConfig
-
- getAdapterIndexMappingStore() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- getAdapterIndexMappingStoreFactory() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryStoreFactoryFamily
-
- getAdapterIndexMappingStoreFactory() - Method in interface mil.nga.giat.geowave.core.store.StoreFactoryFamilySpi
-
- getAdapterIndexMappingStoreFactory() - Method in class mil.nga.giat.geowave.datastore.accumulo.AccumuloStoreFactoryFamily
-
- getAdapterIndexMappingStoreFactory() - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseStoreFactoryFamily
-
- getAdapterIndices() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveDataStoreComponents
-
- getAdapters(PropertyManagement) - Static method in class mil.nga.giat.geowave.analytic.clustering.ClusteringUtils
-
- getAdapters() - Method in class mil.nga.giat.geowave.analytic.SerializableAdapterStore
-
- getAdapters() - Method in interface mil.nga.giat.geowave.core.store.adapter.AdapterStore
-
Get the full set of adapters within this store
- getAdapters() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryAdapterStore
-
- getAdapters(AdapterStore) - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- getAdapters() - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloAdapterStore
-
- getAdapters() - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseAdapterStore
-
- getAdapters() - Method in class mil.nga.giat.geowave.mapreduce.JobContextAdapterStore
-
- getAdapters(String) - Method in class mil.nga.giat.geowave.service.client.InfoServiceClient
-
- getAdapters(String) - Method in class mil.nga.giat.geowave.service.impl.InfoServiceImpl
-
- getAdapters(String) - Method in interface mil.nga.giat.geowave.service.InfoService
-
- getAdaptersArray(AdapterStore) - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- getAdapterStore() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterConfig
-
- getAdapterStore() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
- getAdapterStore() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- getAdapterStore(PropertyManagement) - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- getAdapterStore() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryDataStore
-
- getAdapterStore() - Method in class mil.nga.giat.geowave.mapreduce.HadoopWritableSerializationTool
-
- getAdapterStoreFactory() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryStoreFactoryFamily
-
- getAdapterStoreFactory() - Method in interface mil.nga.giat.geowave.core.store.StoreFactoryFamilySpi
-
- getAdapterStoreFactory() - Method in class mil.nga.giat.geowave.datastore.accumulo.AccumuloStoreFactoryFamily
-
- getAdapterStoreFactory() - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseStoreFactoryFamily
-
- getAdaptersWithMinimalSetOfIndices(AdapterStore, AdapterIndexMappingStore, IndexStore) - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
Return a set list adapter/index associations.
- getAdditionalAuthorizations() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloQuery
-
- getAdditionalAuthorizations() - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseQuery
-
- getAdditionalObjects() - Method in class mil.nga.giat.geowave.core.cli.parser.OperationParser
-
- getAdditionalOptions() - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloRequiredOptions
-
- getAdditionalOptions() - Method in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseRequiredOptions
-
- getAggregation() - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- getAggregation() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
required .AggregationType aggregation = 1;
- getAggregation() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
required .AggregationType aggregation = 1;
- getAggregation() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequestOrBuilder
-
required .AggregationType aggregation = 1;
- getAggregation() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
required .AggregationType aggregation = 1;
- getAggregation() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
required .AggregationType aggregation = 1;
- getAggregation() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequestOrBuilder
-
required .AggregationType aggregation = 1;
- getAggregationBuilder() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
required .AggregationType aggregation = 1;
- getAggregationBuilder() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
required .AggregationType aggregation = 1;
- getAggregationOrBuilder() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
required .AggregationType aggregation = 1;
- getAggregationOrBuilder() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
required .AggregationType aggregation = 1;
- getAggregationOrBuilder() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequestOrBuilder
-
required .AggregationType aggregation = 1;
- getAggregationOrBuilder() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
required .AggregationType aggregation = 1;
- getAggregationOrBuilder() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
required .AggregationType aggregation = 1;
- getAggregationOrBuilder() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequestOrBuilder
-
required .AggregationType aggregation = 1;
- getAlertIndicator() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
- getAlgorithm() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- getAlgorithmVersion() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- getAllCentroidGroups() - Method in interface mil.nga.giat.geowave.analytic.clustering.CentroidManager
-
- getAllCentroidGroups() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidManagerGeoWave
-
- getAllDataStatistics(String...) - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.DataStatisticsStore
-
Get all data statistics from the store
- getAllDataStatistics(String...) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryDataStatisticsStore
-
Get all data statistics from the store
- getAllDataStatistics(String...) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloDataStatisticsStore
-
- getAllDataStatistics(String...) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseDataStatisticsStore
-
- getAllFiltersList() - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseConstraintsQuery
-
- getAllFiltersList() - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseFilteredIndexQuery
-
- getAllObjectsWithSecondaryId(ByteArrayId, String...) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AbstractAccumuloPersistence
-
- getAllObjectsWithSecondaryId(ByteArrayId, String...) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.AbstractHBasePersistence
-
- getAllOperations() - Method in class mil.nga.giat.geowave.core.cli.spi.OperationRegistry
-
Allow the iteration and exploration of all operations by a caller.
- getAllOptions(StoreFactoryFamilySpi) - Static method in class mil.nga.giat.geowave.core.store.GeoWaveStoreFinder
-
- getAllOptions() - Static method in class mil.nga.giat.geowave.core.store.GeoWaveStoreFinder
-
- getAllRanges() - Method in class mil.nga.giat.geowave.core.store.query.ConstraintsQuery
-
- getAltIndexRowIds(String, List<ByteArrayId>, ByteArrayId, String...) - Method in class mil.nga.giat.geowave.core.store.base.BaseDataStore
-
- getAltIndexRowIds(String, List<ByteArrayId>, ByteArrayId, String...) - Method in class mil.nga.giat.geowave.datastore.accumulo.AccumuloDataStore
-
- getAltIndexRowIds(String, List<ByteArrayId>, ByteArrayId, String...) - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseDataStore
-
- getAmplification() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- getAngle() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- getAntialias() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- getArchiveClassPaths() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getArchiveClassPaths() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getArchiveTimestamps() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getArchiveTimestamps() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getArea() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
- getArgDescription() - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaCommandLineArgument
-
- getArgName() - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaCommandLineArgument
-
- getArgs() - Method in class mil.nga.giat.geowave.core.cli.parser.CommandLineOperationParams
-
- getArray() - Method in class mil.nga.giat.geowave.core.store.dimension.ArrayWrapper
-
- getArrayEntryNames(JSONObject, String, String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
- getAsPropertyName() - Method in class mil.nga.giat.geowave.core.cli.prefix.TranslationEntry
-
Property name is used to write to properties files, but also to report
option names to Geoserver.
- getAssignableValueFromClassMap(Class<?>, Map<Class<?>, T>) - Static method in class mil.nga.giat.geowave.core.store.data.field.FieldUtils
-
- getAssociatedStatistics() - Method in class mil.nga.giat.geowave.core.store.index.SecondaryIndex
-
- getAssociationCount() - Method in interface mil.nga.giat.geowave.analytic.AnalyticItemWrapper
-
- getAssociationCount() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory.CentroidItemWrapper
-
- getAssociationCount() - Method in class mil.nga.giat.geowave.analytic.clustering.LongCentroid
-
- getAssociationCount() - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper
-
- getAttConfig() - Method in class mil.nga.giat.geowave.adapter.vector.stats.StatsConfigurationCollection.SimpleFeatureStatsConfigurationCollection
-
- getAttrDoubleVal(Element, String) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getAttribute(String) - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getAttribute(Name) - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getAttribute(int) - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getAttributeCount() - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getAttributeDefaultClassifications() - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition.Builder
-
Gets the value of the 'attributeDefaultClassifications' field
- getAttributeDefaultClassifications() - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition
-
Gets the value of the 'attributeDefaultClassifications' field.
- getAttributeName() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.visibility.VisibilityConfiguration
-
- getAttributeNames() - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition.Builder
-
Gets the value of the 'attributeNames' field
- getAttributeNames() - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition
-
Gets the value of the 'attributeNames' field.
- getAttributes() - Method in class mil.nga.giat.geowave.adapter.vector.index.AbstractSecondaryIndexConfiguration
-
- getAttributes() - Method in interface mil.nga.giat.geowave.adapter.vector.index.SimpleFeatureSecondaryIndexConfiguration
-
- getAttributes() - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getAttributeType(String) - Static method in class mil.nga.giat.geowave.cli.osm.osmfeature.types.attributes.AttributeTypes
-
- getAttributeTypes() - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition.Builder
-
Gets the value of the 'attributeTypes' field
- getAttributeTypes() - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition
-
Gets the value of the 'attributeTypes' field.
- getAttrStringValIgnoreNamespace(Element, String) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getAuthorizationFactory(Map<String, Serializable>) - Static method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- getAuthorizationFactory() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- getAuthorizations() - Method in class mil.nga.giat.geowave.adapter.vector.auth.AuthorizationEntry
-
- getAuthorizations() - Method in interface mil.nga.giat.geowave.adapter.vector.auth.AuthorizationSPI
-
- getAuthorizations() - Method in class mil.nga.giat.geowave.adapter.vector.auth.EmptyAuthorizationProvider
-
- getAuthorizations() - Method in class mil.nga.giat.geowave.adapter.vector.auth.JsonFileAuthorizationProvider
-
- getAuthorizations() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.QueryOptionsCommand
-
- getAuthorizations() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.StatsCommandLineOptions
-
- getAuthorizations() - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- getAuthorizationSet() - Method in class mil.nga.giat.geowave.adapter.vector.auth.AuthorizationSet
-
- getAuthorizationSPI() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
- getAuthorizationURL(Map<String, Serializable>) - Static method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- getAuthorizationURL() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- getAuthPluginParams() - Static method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- getAutoOffsetReset() - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaConsumerCommandLineOptions
-
- getAvroSchema() - Method in class mil.nga.giat.geowave.core.ingest.avro.AbstractStageWholeFileToAvro
-
- getAvroSchema() - Method in interface mil.nga.giat.geowave.core.ingest.avro.AvroSchemaProvider
-
Returns the Avro schema for the plugin
- getAvroSchema() - Method in class mil.nga.giat.geowave.format.avro.AvroIngestPlugin
-
- getAvroSchema() - Method in class mil.nga.giat.geowave.format.gdelt.GDELTIngestPlugin
-
- getAvroSchema() - Method in class mil.nga.giat.geowave.format.geolife.GeoLifeIngestPlugin
-
- getAvroSchema() - Method in class mil.nga.giat.geowave.format.gpx.GpxIngestPlugin
-
- getAvroSchema() - Method in class mil.nga.giat.geowave.format.tdrive.TdriveIngestPlugin
-
- getAvroSchema() - Method in class mil.nga.giat.geowave.format.twitter.TwitterIngestPlugin
-
- getAxis(CoordinateReferenceSystem) - Static method in class mil.nga.giat.geowave.adapter.vector.util.FeatureDataUtils
-
- getAzimuth(EarthVector) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Compute the azimuth (in radians) from this coord to the input coord
- getBand() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.nodata.NoDataMetadata.SampleIndex
-
- getBand() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MotionImagery
-
- getBandData(SimpleFeature) - Method in class mil.nga.giat.geowave.format.landsat8.RasterIngestRunner
-
- getBaseClass() - Method in class mil.nga.giat.geowave.analytic.param.BasicParameterHelper
-
- getBaseClass() - Method in class mil.nga.giat.geowave.analytic.param.InputStoreParameterHelper
-
- getBaseClass() - Method in class mil.nga.giat.geowave.analytic.param.OutputStoreParameterHelper
-
- getBaseClass() - Method in interface mil.nga.giat.geowave.analytic.param.ParameterHelper
-
- getBaseCompareOp() - Method in interface mil.nga.giat.geowave.core.geotime.store.filter.SpatialQueryFilter.SpatialQueryCompareOp
-
- getBaseDefinition() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.SpatialField
-
- getBaseDefinition() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.TimeField
-
- getBaseDefinition() - Method in class mil.nga.giat.geowave.core.store.dimension.ArrayField
-
- getBaseDefinition() - Method in interface mil.nga.giat.geowave.core.store.dimension.NumericDimensionField
-
Get the basic index definition for this field
- getBasePath() - Method in class mil.nga.giat.geowave.analytic.mapreduce.HadoopOptions
-
- getBaseTransformPriority() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.RasterTileRowTransform
-
- getBaseTransformPriority() - Method in interface mil.nga.giat.geowave.core.store.adapter.RowMergingDataAdapter.RowTransform
-
- getBatchID() - Method in interface mil.nga.giat.geowave.analytic.AnalyticItemWrapper
-
- getBatchID() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory.CentroidItemWrapper
-
- getBatchId() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidManagerGeoWave
-
- getBatchID() - Method in class mil.nga.giat.geowave.analytic.clustering.LongCentroid
-
- getBatchID() - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper
-
- getBatchSize() - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorExportOptions
-
- getBatchSize() - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaConsumerCommandLineOptions
-
- getBatchWriter() - Method in class mil.nga.giat.geowave.datastore.accumulo.BatchWriterWrapper
-
- getBBOXIndexConstraintsFromIndex(SimpleFeatureType, Map<ByteArrayId, DataStatistics<SimpleFeature>>) - Static method in class mil.nga.giat.geowave.adapter.vector.util.QueryIndexHelper
-
- getBgColor() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- getBinary(Mergeable) - Method in class mil.nga.giat.geowave.datastore.accumulo.MergingCombiner
-
- getBinary(Mergeable) - Method in class mil.nga.giat.geowave.datastore.accumulo.MergingVisibilityCombiner
-
- getBinary(Mergeable) - Method in class mil.nga.giat.geowave.datastore.accumulo.RowMergingCombiner
-
- getBinary(Mergeable) - Method in class mil.nga.giat.geowave.datastore.accumulo.RowMergingVisibilityCombiner
-
- getBinaryFromMergedObject(Mergeable) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.RasterTileRowTransform
-
- getBinaryFromMergedObject(M) - Method in interface mil.nga.giat.geowave.core.store.adapter.RowMergingDataAdapter.RowTransform
-
- getBinId() - Method in class mil.nga.giat.geowave.core.index.Coordinate
-
- getBinId() - Method in class mil.nga.giat.geowave.core.index.CoordinateRange
-
- getBinId() - Method in class mil.nga.giat.geowave.core.index.dimension.bin.BinRange
-
- getBinId() - Method in class mil.nga.giat.geowave.core.index.dimension.bin.BinValue
-
- getBinId() - Method in class mil.nga.giat.geowave.core.index.sfc.data.BinnedNumericDataset
-
- getBinMax() - Method in class mil.nga.giat.geowave.core.geotime.index.dimension.TemporalBinningStrategy
-
- getBinMax() - Method in interface mil.nga.giat.geowave.core.index.dimension.bin.BinningStrategy
-
- getBinMax() - Method in class mil.nga.giat.geowave.format.landsat8.index.Landsat8TemporalBinningStrategy
-
- getBinMin() - Method in class mil.nga.giat.geowave.core.geotime.index.dimension.TemporalBinningStrategy
-
- getBinMin() - Method in interface mil.nga.giat.geowave.core.index.dimension.bin.BinningStrategy
-
- getBinMin() - Method in class mil.nga.giat.geowave.format.landsat8.index.Landsat8TemporalBinningStrategy
-
- getBinnedRangesPerDimension(MultiDimensionalNumericData, NumericDimensionDefinition[]) - Static method in class mil.nga.giat.geowave.core.index.sfc.data.BinnedNumericDataset
-
- getBinnedValue(double) - Method in class mil.nga.giat.geowave.core.geotime.index.dimension.TemporalBinningStrategy
-
Method used to bin a raw date in milliseconds to a binned value of the
Binning Strategy.
- getBinnedValue(double) - Method in interface mil.nga.giat.geowave.core.index.dimension.bin.BinningStrategy
-
Returns a normalized value (confined to the normalized minimum and
maximum of this binning strategy) and a bin from any value within the
data set
- getBinnedValue(double) - Method in class mil.nga.giat.geowave.format.landsat8.index.Landsat8TemporalBinningStrategy
-
Method used to bin a raw date in milliseconds to a binned value of the
Binning Strategy.
- getBinningStrategy() - Method in class mil.nga.giat.geowave.core.index.dimension.UnboundedDimensionDefinition
-
- getBins() - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureFixedBinNumericStatistics.FeatureFixedBinConfig
-
- getBitPositionFromSubsamplingArray(NumericIndexStrategy, double[]) - Static method in class mil.nga.giat.geowave.core.index.IndexUtils
-
- getBitsFromTheRightPerDimension(BinRange[][], double[]) - Static method in class mil.nga.giat.geowave.core.index.IndexUtils
-
- getBitsOfPrecision() - Method in class mil.nga.giat.geowave.core.index.sfc.hilbert.HilbertSFC
-
- getBitsOfPrecision() - Method in class mil.nga.giat.geowave.core.index.sfc.SFCDimensionDefinition
-
- getBitsOfPrecision() - Method in interface mil.nga.giat.geowave.core.index.sfc.SpaceFillingCurve
-
Get the total number of bits of precision for this space filling curve
- getBitsOfPrecision() - Method in class mil.nga.giat.geowave.core.index.sfc.zorder.ZOrderSFC
-
- getBlockCaching() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bool blockCaching = 6;
- getBlockCaching() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
optional bool blockCaching = 6;
- getBlockCaching() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequestOrBuilder
-
optional bool blockCaching = 6;
- getBlockCaching() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bool blockCaching = 8;
- getBlockCaching() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
optional bool blockCaching = 8;
- getBlockCaching() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequestOrBuilder
-
optional bool blockCaching = 8;
- getBooleanVal(Element, String, boolean) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getBooleanVal(Element, boolean) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getBoolValIgnoreNamespace(Element, String, Namespace[], boolean) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getBoundedTime(Query) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureCollection
-
Return constraints that are indexed
- getBoundingRegion() - Method in class mil.nga.giat.geowave.analytic.GeometryDataSetGenerator
-
- getBounds() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureCollection
-
- getBounds() - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getBounds() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.SpatialField
-
- getBounds() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.TimeField
-
- getBounds() - Method in class mil.nga.giat.geowave.core.index.dimension.BasicDimensionDefinition
-
- getBounds() - Method in interface mil.nga.giat.geowave.core.index.dimension.NumericDimensionDefinition
-
Returns the native bounds of the dimension definition
- getBounds() - Method in class mil.nga.giat.geowave.core.index.sfc.SFCDimensionDefinition
-
- getBounds() - Method in class mil.nga.giat.geowave.core.store.dimension.ArrayField
-
- getBoundsInternal(Query) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureSource
-
- getBreakPoint(List<AnalyticItemWrapper<T>>) - Method in interface mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.StripWeakCentroidsRunner.BreakStrategy
-
- getBreakPoint(List<AnalyticItemWrapper<T>>) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.StripWeakCentroidsRunner.MaxChangeBreakStrategy
-
- getBreakPoint(List<AnalyticItemWrapper<T>>) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.StripWeakCentroidsRunner.StableChangeBreakStrategy
-
- getBuffer() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- getBufferedMutator() - Method in class mil.nga.giat.geowave.datastore.hbase.io.HBaseWriter
-
- getBufferSize() - Static method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalRange
-
- getBuildProperties() - Static method in class mil.nga.giat.geowave.core.cli.VersionUtils
-
- getByteBufferSize() - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- getByteEncoding() - Method in enum mil.nga.giat.geowave.core.store.data.field.ArrayWriter.Encoding
-
- getByteOffsetFromDimensionalIndex() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.CompoundHierarchicalIndexStrategyWrapper
-
- getByteOffsetFromDimensionalIndex() - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
- getByteOffsetFromDimensionalIndex() - Method in class mil.nga.giat.geowave.core.index.NullNumericIndexStrategy
-
- getByteOffsetFromDimensionalIndex() - Method in interface mil.nga.giat.geowave.core.index.NumericIndexStrategy
-
Get the offset in bytes before the dimensional index.
- getByteOffsetFromDimensionalIndex() - Method in class mil.nga.giat.geowave.core.index.NumericIndexStrategyWrapper
-
- getByteOffsetFromDimensionalIndex() - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.SingleTierSubStrategy
-
- getByteOffsetFromDimensionalIndex() - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
- getByteOffsetFromDimensionalIndex() - Method in class mil.nga.giat.geowave.core.index.simple.HashKeyIndexStrategy
-
- getByteOffsetFromDimensionalIndex() - Method in class mil.nga.giat.geowave.core.index.simple.RoundRobinKeyIndexStrategy
-
- getByteOffsetFromDimensionalIndex() - Method in class mil.nga.giat.geowave.core.index.simple.SimpleIntegerIndexStrategy
-
- getByteOffsetFromDimensionalIndex() - Method in class mil.nga.giat.geowave.core.index.simple.SimpleLongIndexStrategy
-
- getByteOffsetFromDimensionalIndex() - Method in class mil.nga.giat.geowave.core.index.simple.SimpleShortIndexStrategy
-
- getBytes(Enum<?>) - Method in class mil.nga.giat.geowave.analytic.ScopedJobConfiguration
-
- getBytes() - Method in class mil.nga.giat.geowave.core.index.ByteArrayId
-
- getByteVal(Element) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getByteVal(Element, String) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getByteVal(Element, String, Namespace) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getCacheArchives() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getCacheArchives() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getCacheFiles() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getCacheFiles() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getCacheSize() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional int32 cacheSize = 7;
- getCacheSize() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
optional int32 cacheSize = 7;
- getCacheSize() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequestOrBuilder
-
optional int32 cacheSize = 7;
- getCacheSize() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional int32 cacheSize = 9;
- getCacheSize() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
optional int32 cacheSize = 9;
- getCacheSize() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequestOrBuilder
-
optional int32 cacheSize = 9;
- getCacheTimeoutMillis() - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- getCardinality() - Method in class mil.nga.giat.geowave.mapreduce.splits.RangeLocationPair
-
- getCardinality(RowRangeHistogramStatistics<?>, GeoWaveRowRange) - Method in class mil.nga.giat.geowave.mapreduce.splits.SplitsProvider
-
- getCellId(long) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.NegativeCellIdCounter
-
- getCellId(long) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.MapContextCellCounter
-
- getCentroid(String) - Method in interface mil.nga.giat.geowave.analytic.clustering.CentroidManager
-
- getCentroid(String) - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidManagerGeoWave
-
- getCentroid() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidPairing
-
- getCentroid(T) - Method in interface mil.nga.giat.geowave.analytic.extract.CentroidExtractor
-
- getCentroid(SimpleFeature) - Method in class mil.nga.giat.geowave.analytic.extract.SimpleFeatureCentroidExtractor
-
- getCentroid(SimpleFeature) - Method in class mil.nga.giat.geowave.analytic.extract.SimpleFeatureInteriorPointExtractor
-
- getCentroid() - Method in interface mil.nga.giat.geowave.core.index.sfc.data.NumericData
-
- getCentroid() - Method in class mil.nga.giat.geowave.core.index.sfc.data.NumericRange
-
- getCentroid() - Method in class mil.nga.giat.geowave.core.index.sfc.data.NumericValue
-
- getCentroidAssociationFn() - Method in class mil.nga.giat.geowave.analytic.kmeans.serial.KMeansParallelInitialize
-
- getCentroidById(String, String) - Method in interface mil.nga.giat.geowave.analytic.clustering.CentroidManager
-
- getCentroidById(String, String) - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidManagerGeoWave
-
- getCentroidExtractorClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getCentroidFactory() - Method in class mil.nga.giat.geowave.analytic.kmeans.serial.KMeansParallelInitialize
-
- getCentroidIndexId() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getCentroidPerDimension() - Method in class mil.nga.giat.geowave.core.index.sfc.data.BasicNumericDataset
-
- getCentroidPerDimension() - Method in class mil.nga.giat.geowave.core.index.sfc.data.BinnedNumericDataset
-
- getCentroidPerDimension() - Method in interface mil.nga.giat.geowave.core.index.sfc.data.MultiDimensionalNumericData
-
- getCentroidsForGroup(String) - Method in interface mil.nga.giat.geowave.analytic.clustering.CentroidManager
-
- getCentroidsForGroup(String, String) - Method in interface mil.nga.giat.geowave.analytic.clustering.CentroidManager
-
- getCentroidsForGroup(String) - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidManagerGeoWave
-
- getCentroidsForGroup(String, String) - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidManagerGeoWave
-
- getCentroidsForGroup(String) - Method in class mil.nga.giat.geowave.analytic.clustering.NestedGroupCentroidAssignment
-
- getCentroidWrapperFactoryClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getCentroidZoomLevel() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getChangesetId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Gets the value of the 'changeset_id' field
- getChangesetId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
Gets the value of the 'changeset_id' field.
- getChannel() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationService.Stub
-
- getChannel() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationService.Stub
-
- getChild(String) - Method in class mil.nga.giat.geowave.core.cli.spi.OperationEntry
-
- getChildIgnoreNamespace(Element, String, Namespace[], boolean) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getChildMergeStrategy(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.RootMergeStrategy
-
- getChildren() - Method in class mil.nga.giat.geowave.core.cli.spi.OperationEntry
-
- getChildren() - Method in class mil.nga.giat.geowave.test.GeoWaveITRunner
-
- getChildrenIgnoreNamespace(Element, String, Namespace[], boolean) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getClasses() - Method in class mil.nga.giat.geowave.types.stanag4676.service.Stanag4676ImageryChipApplication
-
- getClassification() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Security
-
- getClassification() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackClassification
-
- getClassifications() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues.Builder
-
Gets the value of the 'classifications' field
- getClassifications() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues
-
Gets the value of the 'classifications' field.
- getClassifications() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummary
-
Provides object classification information about this mission
- getClassifications() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
Provides classification information about this track
- getClassifications() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
Provides classification information about this track
- getClassInstance(ParameterEnum<?>, Class<T>, Class<?>) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- getClassLoaders() - Method in class mil.nga.giat.geowave.core.store.spi.SPIServiceRegistry
-
Returns all class loaders to be used for scanning plugins.
- getClassSchema() - Static method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues
-
- getClassSchema() - Static method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeature
-
- getClassSchema() - Static method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeatureCollection
-
- getClassSchema() - Static method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition
-
- getClassSchema() - Static method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
- getClassSchema() - Static method in class mil.nga.giat.geowave.cli.osm.types.generated.LongArray
-
- getClassSchema() - Static method in enum mil.nga.giat.geowave.cli.osm.types.generated.MemberType
-
- getClassSchema() - Static method in class mil.nga.giat.geowave.cli.osm.types.generated.Node
-
- getClassSchema() - Static method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
- getClassSchema() - Static method in class mil.nga.giat.geowave.cli.osm.types.generated.Relation
-
- getClassSchema() - Static method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember
-
- getClassSchema() - Static method in class mil.nga.giat.geowave.cli.osm.types.generated.Way
-
- getClassSchema() - Static method in class mil.nga.giat.geowave.core.ingest.avro.WholeFile
-
- getClassSchema() - Static method in class mil.nga.giat.geowave.core.ingest.hdfs.HdfsFile
-
- getClassSchema() - Static method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
- getClassSchema() - Static method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint
-
- getClassType() - Method in interface mil.nga.giat.geowave.cli.osm.osmfeature.types.attributes.AttributeType
-
- getClientFilters() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloFilteredIndexQuery
-
- getClosedAt() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Gets the value of the 'closed_at' field
- getClosedAt() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Gets the value of the 'closed_at' field.
- getClosestPoints(Geometry, Geometry, DistanceFn<Coordinate>) - Static method in class mil.nga.giat.geowave.analytic.GeometryHullTool
-
- getCluster() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterNeighborList
-
- getClusterCount() - Method in class mil.nga.giat.geowave.analytic.clustering.DistortionGroupManagement.DistortionEntry
-
- getClusteringConverganceTolerance() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getClusteringMaxIterations() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- getClusteringMaxIterations() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getClusteringMaxReducerCount() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getClusteringMinimumSize() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- getClusteringRunner() - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.MultiLevelClusteringJobRunner
-
- getClusteringRunner() - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.MultiLevelJumpKMeansClusteringJobRunner
-
- getClusteringRunner() - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.MultiLevelKMeansClusteringJobRunner
-
- getClusteringZoomLevels() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getClusterPoints(boolean) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.SingleItemClusterList
-
- getCM() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.Length
-
- getColorModel() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getColorModelBinary(ColorModel) - Static method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getColumnFamily() - Method in class mil.nga.giat.geowave.core.store.metadata.AbstractGeowavePersistence
-
- getColumnQualifier(ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.metadata.AbstractGeowavePersistence
-
- getColumnQualifier(T) - Method in class mil.nga.giat.geowave.core.store.metadata.AbstractGeowavePersistence
-
- getColumns() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryEntryRow
-
- getCombinedId(ByteArrayId, ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.metadata.AbstractGeowavePersistence
-
- getCombinedPercentile() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCellData
-
- getCombinerClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getCombinerClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getCombinerKeyGroupingComparator() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getCombinerKeyGroupingComparator() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getCommander() - Method in class mil.nga.giat.geowave.core.cli.parser.CommandLineOperationParams
-
- getComment() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
- getComment() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- getComment() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackItem
-
- getComment() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- getCommon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node.Builder
-
Gets the value of the 'common' field
- getCommon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node
-
Gets the value of the 'common' field.
- getCommon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Relation.Builder
-
Gets the value of the 'common' field
- getCommon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Relation
-
Gets the value of the 'common' field.
- getCommon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Way.Builder
-
Gets the value of the 'common' field
- getCommon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Way
-
Gets the value of the 'common' field.
- getCommonData() - Method in class mil.nga.giat.geowave.adapter.vector.WholeFeatureAdapterEncoding
-
- getCommonData() - Method in class mil.nga.giat.geowave.core.store.data.PersistenceEncoding
-
Return the common index data that has been persisted
- getCommonDimensionExtractClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getCommonDistanceFunctionClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- getCommonOptions() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.DBScanCommand
-
- getCommonOptions() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KmeansJumpCommand
-
- getCommonOptions() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KmeansParallelCommand
-
- getCommonOptions() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.NearestNeighborCommand
-
- getComponents() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureReader
-
- getComponents() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureSource
-
- getComposite() - Method in class mil.nga.giat.geowave.adapter.vector.render.PersistableComposite
-
- getConcaveThreshold() - Method in class mil.nga.giat.geowave.analytic.GeometryHullTool
-
- getConfig() - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
- getConfig() - Method in class mil.nga.giat.geowave.datastore.hbase.operations.BasicHBaseOperations
-
- getConfigFile() - Method in class mil.nga.giat.geowave.core.cli.operations.config.options.ConfigOptions
-
- getConfigName() - Method in enum mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterConfig.ConfigParameter
-
- getConfiguration() - Method in class mil.nga.giat.geowave.analytic.mapreduce.HadoopOptions
-
- getConfiguration(PropertyManagement) - Method in interface mil.nga.giat.geowave.analytic.mapreduce.MapReduceIntegration
-
- getConfiguration(PropertyManagement) - Static method in class mil.nga.giat.geowave.analytic.mapreduce.MapReduceJobController
-
- getConfiguration(PropertyManagement) - Method in class mil.nga.giat.geowave.analytic.mapreduce.ToolRunnerMapReduceIntegration
-
- getConfiguration(JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase
-
- getConfiguration() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getConfiguration() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getConfiguration() - Static method in class mil.nga.giat.geowave.test.mapreduce.MapReduceTestUtils
-
- getConfigurations() - Method in class mil.nga.giat.geowave.adapter.vector.utils.SimpleFeatureUserDataConfigurationSet
-
- getConfigurationsForAttribute() - Method in class mil.nga.giat.geowave.adapter.vector.stats.StatsConfigurationCollection
-
- getConfigurationsForType(String) - Method in class mil.nga.giat.geowave.adapter.vector.utils.SimpleFeatureUserDataConfigurationSet
-
- getConfiguredOptions() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getConnection(String) - Method in class mil.nga.giat.geowave.datastore.hbase.util.ConnectionPool
-
- getConnector() - Method in interface mil.nga.giat.geowave.datastore.accumulo.AccumuloOperations
-
- getConnector() - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- getConnector(AccumuloRequiredOptions) - Static method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- getConnector(String, String, String, String) - Method in class mil.nga.giat.geowave.datastore.accumulo.util.ConnectorPool
-
- getConstraints(Filter, CoordinateReferenceSystem) - Static method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- getConstraints(Filter) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- getConstraints(Query) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- getConstraints() - Method in class mil.nga.giat.geowave.core.geotime.GeometryUtils.GeoConstraintsWrapper
-
- getConstraints() - Method in class mil.nga.giat.geowave.core.geotime.store.statistics.BoundingBoxDataStatistics
-
- getConstraints() - Method in class mil.nga.giat.geowave.core.store.index.CompositeConstraints
-
- getConstraintsById(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyConstraintSet
-
- getConstraintsFor(ByteArrayId[]) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyConstraintSet
-
- getConstraintsFor(String) - Method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalConstraintsSet
-
- getConstraintsForRange(String, String) - Method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalConstraintsSet
-
- getConsumerTimeoutMs() - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaConsumerCommandLineOptions
-
- getContext() - Method in class mil.nga.giat.geowave.analytic.nn.DistanceProfile
-
distance function specific information
- getContext() - Method in interface mil.nga.giat.geowave.core.cli.api.OperationParams
-
Key value pairs for contextual information during command parsing
- getContext() - Method in class mil.nga.giat.geowave.core.cli.parser.CommandLineOperationParams
-
- getContext() - Method in class mil.nga.giat.geowave.core.cli.parser.ManualOperationParams
-
- getControlSystem() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Security
-
- getConverter(String) - Method in class mil.nga.giat.geowave.format.landsat8.RasterIngestRunner
-
- getCoordinate() - Method in class mil.nga.giat.geowave.core.index.Coordinate
-
- getCoordinate(int) - Method in class mil.nga.giat.geowave.core.index.MultiDimensionalCoordinates
-
- getCoordinateArrays() - Method in class mil.nga.giat.geowave.core.index.MultiDimensionalCoordinateRangesArray.ArrayOfArrays
-
- getCoordinateDistanceFunction() - Method in class mil.nga.giat.geowave.analytic.distance.FeatureCentroidDistanceFn
-
- getCoordinateDistanceFunction() - Method in class mil.nga.giat.geowave.analytic.distance.FeatureDistanceFn
-
- getCoordinateDistanceFunction() - Method in class mil.nga.giat.geowave.analytic.distance.FeatureGeometryDistanceFn
-
- getCoordinateDistanceFunction() - Method in class mil.nga.giat.geowave.analytic.distance.GeometryCentroidDistanceFn
-
- getCoordinateDistanceFunction() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItemDistanceFn
-
- getCoordinateRanges(BinRange[][], SpaceFillingCurve, int, byte) - Static method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
- getCoordinateRanges() - Method in class mil.nga.giat.geowave.core.store.query.ConstraintsQuery
-
- getCoordinateRanges() - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseConstraintsQuery
-
- getCoordinateRanges() - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseFilteredIndexQuery
-
- getCoordinateRangesPerDimension(MultiDimensionalNumericData, IndexMetaData...) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.CompoundHierarchicalIndexStrategyWrapper
-
- getCoordinateRangesPerDimension(MultiDimensionalNumericData, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
- getCoordinateRangesPerDimension(MultiDimensionalNumericData, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.NullNumericIndexStrategy
-
- getCoordinateRangesPerDimension(MultiDimensionalNumericData, IndexMetaData...) - Method in interface mil.nga.giat.geowave.core.index.NumericIndexStrategy
-
Return an integer coordinate range in each dimension for the given data
range plus a bin ID if that dimension is continuous
- getCoordinateRangesPerDimension(MultiDimensionalNumericData, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.NumericIndexStrategyWrapper
-
- getCoordinateRangesPerDimension(MultiDimensionalNumericData, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.SingleTierSubStrategy
-
- getCoordinateRangesPerDimension(MultiDimensionalNumericData, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
- getCoordinateRangesPerDimension(MultiDimensionalNumericData, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.simple.HashKeyIndexStrategy
-
- getCoordinateRangesPerDimension(MultiDimensionalNumericData, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.simple.RoundRobinKeyIndexStrategy
-
- getCoordinateRangesPerDimension(MultiDimensionalNumericData, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.simple.SimpleNumericIndexStrategy
-
- getCoordinateReferenceSystem() - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getCoordinateReferenceSystem() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getCoordinateReferenceSystem(String) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getCoordinates(byte[]) - Method in class mil.nga.giat.geowave.core.index.sfc.hilbert.HilbertSFC
-
- getCoordinates(byte[]) - Method in interface mil.nga.giat.geowave.core.index.sfc.SpaceFillingCurve
-
Gets n-dimensional coordinates from a single dimension
- getCoordinates(byte[]) - Method in class mil.nga.giat.geowave.core.index.sfc.zorder.ZOrderSFC
-
- getCoordinatesForId(byte[], NumericDimensionDefinition[], SpaceFillingCurve) - Static method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
- getCoordinatesPerDimension(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.CompoundHierarchicalIndexStrategyWrapper
-
- getCoordinatesPerDimension(ByteArrayId) - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
- getCoordinatesPerDimension(ByteArrayId) - Method in class mil.nga.giat.geowave.core.index.NullNumericIndexStrategy
-
- getCoordinatesPerDimension(ByteArrayId) - Method in interface mil.nga.giat.geowave.core.index.NumericIndexStrategy
-
Return an integer coordinate in each dimension for the given insertion ID
plus a bin ID if that dimension is continuous
- getCoordinatesPerDimension(ByteArrayId) - Method in class mil.nga.giat.geowave.core.index.NumericIndexStrategyWrapper
-
- getCoordinatesPerDimension(ByteArrayId) - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.SingleTierSubStrategy
-
- getCoordinatesPerDimension(ByteArrayId) - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
- getCoordinatesPerDimension(ByteArrayId) - Method in class mil.nga.giat.geowave.core.index.simple.HashKeyIndexStrategy
-
- getCoordinatesPerDimension(ByteArrayId) - Method in class mil.nga.giat.geowave.core.index.simple.RoundRobinKeyIndexStrategy
-
- getCoordinatesPerDimension(ByteArrayId) - Method in class mil.nga.giat.geowave.core.index.simple.SimpleNumericIndexStrategy
-
- getCoprocessorJar() - Method in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseOptions
-
- getCorner() - Method in class mil.nga.giat.geowave.analytic.GeometryDataSetGenerator
-
- getCost() - Method in interface mil.nga.giat.geowave.analytic.AnalyticItemWrapper
-
- getCost() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory.CentroidItemWrapper
-
- getCost() - Method in class mil.nga.giat.geowave.analytic.clustering.LongCentroid
-
- getCost() - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper
-
- getCount() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureCollection
-
- getCount() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureReader
-
- getCount() - Method in class mil.nga.giat.geowave.analytic.GeoObjectDimensionValues
-
- getCount() - Method in class mil.nga.giat.geowave.analytic.mapreduce.CountofDoubleWritable
-
- getCount() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItem
-
- getCount() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.CountDataStatistics
-
- getCount() - Method in class mil.nga.giat.geowave.core.store.query.aggregate.CountResult
-
- getCounter(Enum<?>) - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getCounter(String, String) - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getCounter(Enum<?>) - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getCounter(String, String) - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getCounterValue(Enum<?>) - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- getCountInternal(Geometry, TemporalConstraintsSet, Filter, Integer) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureReader
-
- getCountInternal(Query) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureSource
-
- getCourse() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- getCovarianceMatrix() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
- getCoverage(String, String, String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
Get coverage from geoserver
- getCoverageArea() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionFrame
-
- getCoverageArea() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummary
-
- getCoverageConverter() - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8RasterIngestCommandLineOptions
-
- getCoverageFromRasterTile(RasterTile, ByteArrayId, PrimaryIndex) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getCoverageName() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getCoverageName() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReaderState
-
- getCoverageName() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- getCoverageName() - Method in class mil.nga.giat.geowave.format.geotools.raster.RasterOptionProvider
-
- getCoverageName() - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8RasterIngestCommandLineOptions
-
- getCoverageOperations() - Static method in class mil.nga.giat.geowave.adapter.raster.RasterUtils
-
- getCoverages(String, String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
Get a list of coverages (raster layers) from geoserver
- getCoveragesForIndex(GridCoverage) - Method in class mil.nga.giat.geowave.adapter.raster.resize.RasterTileResizeHelper
-
- getCoverageStore(String, String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
Get coverage store from geoserver
- getCoverageStores(String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
Get a list of coverage stores from geoserver
- getCovPosXPosX() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovPosXPosY() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovPosXPosZ() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovPosXVelX() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovPosXVelY() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovPosXVelZ() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovPosYPosY() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovPosYPosZ() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovPosYVelX() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovPosYVelY() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovPosYVelZ() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovPosZPosZ() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovPosZVelX() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovPosZVelY() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovPosZVelZ() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovVelXVelX() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovVelXVelY() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovVelXVelZ() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovVelYVelY() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovVelYVelZ() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCovVelZVelZ() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- getCqlFilter() - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorExportOptions
-
- getCqlFilter() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- getCqlFilter() - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8BasicCommandLineOptions
-
- getCqlFilterOptionProvider() - Method in class mil.nga.giat.geowave.adapter.vector.ingest.SimpleFeatureIngestOptions
-
- getCqlFilterOptionProvider() - Method in class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataOptions
-
- getCqlFilterString() - Method in class mil.nga.giat.geowave.adapter.vector.ingest.CQLFilterOptionProvider.FilterParameter
-
- getCqlFilterString() - Method in class mil.nga.giat.geowave.adapter.vector.ingest.CQLFilterOptionProvider
-
- getCreatedAt() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Gets the value of the 'created_at' field
- getCreatedAt() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Gets the value of the 'created_at' field.
- getCredentials() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getCredentials() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getCredibility() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackClassification
-
- getCRS() - Method in class mil.nga.giat.geowave.analytic.distance.CoordinateCircleDistanceFn
-
- getCrs() - Method in class mil.nga.giat.geowave.format.geotools.raster.RasterOptionProvider
-
- getCubeIdentifiers(T) - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNMapReduce.PassthruPartitioner
-
- getCubeIdentifiers(T) - Method in class mil.nga.giat.geowave.analytic.partitioner.AbstractPartitioner
-
- getCubeIdentifiers(Object) - Method in class mil.nga.giat.geowave.analytic.partitioner.BoundaryPartitioner
-
- getCubeIdentifiers(T) - Method in interface mil.nga.giat.geowave.analytic.partitioner.Partitioner
-
- getCurrentCentroidCount() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.SampleMultipleSetsJobRunner
-
- getCurrentCentroidCount() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.StripWeakCentroidsRunner
-
Available only after execution.
- getCurrentKey() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getCurrentKey() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getCurrentKey() - Method in class mil.nga.giat.geowave.mapreduce.splits.GeoWaveRecordReader
-
- getCurrentValue() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getCurrentValue() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getCurrentValue() - Method in class mil.nga.giat.geowave.mapreduce.splits.GeoWaveRecordReader
-
- getData(Geometry, TemporalConstraintsSet, int, int, double, Filter, ReferencedEnvelope, Integer) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureReader
-
- getData(Geometry, TemporalConstraintsSet, Integer) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureReader
-
- getData(Geometry, TemporalConstraintsSet, Filter, Integer) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureReader
-
- getDataAdapter(GeoWaveData<?>) - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaIngestRunData
-
- getDataAdapter(GeoWaveData<?>) - Method in class mil.nga.giat.geowave.core.ingest.local.LocalIngestRunData
-
- getDataAdapter(Class<?>, JobContext, ByteArrayId) - Static method in class mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase
-
- getDataAdapter(JobContext, ByteArrayId) - Static method in class mil.nga.giat.geowave.mapreduce.JobContextAdapterStore
-
- getDataAdapterId() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.MergeableRasterTile
-
- getDataAdapterId() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.AbstractDataStatistics
-
- getDataAdapterId() - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.DataStatistics
-
- getDataAdapters(String) - Method in class mil.nga.giat.geowave.adapter.vector.ingest.AbstractSimpleFeatureIngestPlugin.AbstractIngestSimpleFeatureWithMapper
-
- getDataAdapters(String) - Method in class mil.nga.giat.geowave.adapter.vector.ingest.AbstractSimpleFeatureIngestPlugin
-
- getDataAdapters(String) - Method in interface mil.nga.giat.geowave.core.ingest.DataAdapterProvider
-
Get all writable adapters used by this plugin
- getDataAdapters(Connector, String) - Static method in class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloUtils
-
Get list of data adapters associated with the given namespace
- getDataAdapters(String) - Method in class mil.nga.giat.geowave.format.geotools.raster.GeoToolsRasterDataStoreIngestPlugin
-
- getDataAdapters(String) - Method in class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataStoreIngestPlugin
-
- getDataAdapters(String) - Method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676IngestPlugin
-
- getDataAdapters(Class<?>, JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase
-
- getDataAdapters(JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.JobContextAdapterStore
-
- getDataBuffer() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterTile
-
- getDataBuffer(byte[]) - Static method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterTile
-
- getDataBufferBinary(DataBuffer) - Static method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterTile
-
- getDataId(GridCoverage) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getDataId(SimpleFeature) - Method in class mil.nga.giat.geowave.adapter.vector.FeatureDataAdapter
-
- getDataId(SimpleFeature) - Method in class mil.nga.giat.geowave.adapter.vector.WholeFeatureDataAdapter
-
Deprecated.
- getDataId() - Method in class mil.nga.giat.geowave.analytic.AdapterWithObjectWritable
-
- getDataId(DistortionGroupManagement.DistortionEntry) - Method in class mil.nga.giat.geowave.analytic.clustering.DistortionGroupManagement.DistortionDataAdapter
-
- getDataId(T) - Method in interface mil.nga.giat.geowave.core.store.adapter.DataAdapter
-
- getDataId() - Method in class mil.nga.giat.geowave.core.store.base.DataStoreEntryInfo
-
- getDataId() - Method in class mil.nga.giat.geowave.core.store.base.EntryRowID
-
- getDataId() - Method in class mil.nga.giat.geowave.core.store.data.PersistenceEncoding
-
Return the data ID, data ID's should be unique per adapter
- getDataId() - Method in class mil.nga.giat.geowave.core.store.entities.GeowaveRowId
-
- getDataId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter.Builder
-
required bytes dataId = 2;
- getDataId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter
-
required bytes dataId = 2;
- getDataId() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilterOrBuilder
-
required bytes dataId = 2;
- getDataId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter.Builder
-
required bytes dataId = 2;
- getDataId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter
-
required bytes dataId = 2;
- getDataId() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilterOrBuilder
-
required bytes dataId = 2;
- getDataId() - Method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChip
-
- getDataId(ImageChip) - Method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChipDataAdapter
-
- getDataId(String, String, long) - Static method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChipUtils
-
- getDataId() - Method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputKey
-
- getDataIds() - Method in class mil.nga.giat.geowave.core.store.query.DataIdQuery
-
- getDataPerDimension() - Method in class mil.nga.giat.geowave.core.index.sfc.data.BasicNumericDataset
-
- getDataPerDimension() - Method in class mil.nga.giat.geowave.core.index.sfc.data.BinnedNumericDataset
-
- getDataPerDimension() - Method in interface mil.nga.giat.geowave.core.index.sfc.data.MultiDimensionalNumericData
-
- getDataStatistics() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.AbstractTransactionManagement
-
- getDataStatistics() - Method in interface mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveTransaction
-
- getDataStatistics() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveTransactionManagement
-
- getDataStatistics(ByteArrayId, String...) - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.DataStatisticsStore
-
Get all data statistics from the store by a data adapter ID
- getDataStatistics(ByteArrayId, ByteArrayId, String...) - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.DataStatisticsStore
-
Get statistics by adapter ID and the statistics ID (which will define a
unique statistic)
- getDataStatistics(ByteArrayId, String...) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryDataStatisticsStore
-
Get all data statistics from the store by a data adapter ID
- getDataStatistics(ByteArrayId, ByteArrayId, String...) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryDataStatisticsStore
-
Get statistics by adapter ID and the statistics ID (which will define a
unique statistic)
- getDataStatistics(ByteArrayId, ByteArrayId, String...) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloDataStatisticsStore
-
- getDataStatistics(ByteArrayId, String...) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloDataStatisticsStore
-
- getDataStatistics(ByteArrayId, String...) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseDataStatisticsStore
-
- getDataStatistics(ByteArrayId, ByteArrayId, String...) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseDataStatisticsStore
-
- getDataStatisticsStore() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterConfig
-
- getDataStatisticsStore() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
- getDataStatisticsStore() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- getDataStatisticsStore(Class<?>, JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase
-
- getDataStatisticsStoreFactory() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryStoreFactoryFamily
-
- getDataStatisticsStoreFactory() - Method in interface mil.nga.giat.geowave.core.store.StoreFactoryFamilySpi
-
- getDataStatisticsStoreFactory() - Method in class mil.nga.giat.geowave.datastore.accumulo.AccumuloStoreFactoryFamily
-
- getDataStatisticsStoreFactory() - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseStoreFactoryFamily
-
- getDataStore() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterConfig
-
- getDataStore() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveDataStoreComponents
-
- getDataStore() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureSource
-
- getDataStore() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
- getDataStore() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- getDatastore(String, String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
Get the string version of a datastore JSONObject from geoserver
- getDataStore(Class<?>, JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase
-
- getDatastore(String) - Method in class mil.nga.giat.geowave.service.client.GeoserverServiceClient
-
- getDatastore(String, String) - Method in class mil.nga.giat.geowave.service.client.GeoserverServiceClient
-
- getDatastore(String, String) - Method in interface mil.nga.giat.geowave.service.GeoserverService
-
- getDatastore(String, String) - Method in class mil.nga.giat.geowave.service.impl.GeoserverServiceImpl
-
- getDataStoreFactory() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryStoreFactoryFamily
-
- getDataStoreFactory() - Method in interface mil.nga.giat.geowave.core.store.StoreFactoryFamilySpi
-
- getDataStoreFactory() - Method in class mil.nga.giat.geowave.datastore.accumulo.AccumuloStoreFactoryFamily
-
- getDataStoreFactory() - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseStoreFactoryFamily
-
- getDataStoreFactory() - Method in class mil.nga.giat.geowave.test.AccumuloStoreTestEnvironment
-
- getDataStoreFactory() - Method in class mil.nga.giat.geowave.test.HBaseStoreTestEnvironment
-
- getDataStoreFactory() - Method in class mil.nga.giat.geowave.test.StoreTestEnvironment
-
- getDataStoreOptions() - Method in class mil.nga.giat.geowave.analytic.store.PersistableStore
-
- getDataStoreOptions(GeoWaveTestStore) - Method in class mil.nga.giat.geowave.test.StoreTestEnvironment
-
- getDataStorePlugin() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.StoreLoader
-
- getDatastores(String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
Get list of Datastore names from geoserver
- getDatastores() - Method in class mil.nga.giat.geowave.service.client.GeoserverServiceClient
-
- getDatastores(String) - Method in class mil.nga.giat.geowave.service.client.GeoserverServiceClient
-
- getDatastores(String) - Method in interface mil.nga.giat.geowave.service.GeoserverService
-
- getDatastores(String) - Method in class mil.nga.giat.geowave.service.impl.GeoserverServiceImpl
-
- getDataTypeId() - Method in interface mil.nga.giat.geowave.analytic.clustering.CentroidManager
-
- getDataTypeId() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidManagerGeoWave
-
- getDataValue() - Method in class mil.nga.giat.geowave.core.store.base.DataStoreEntryInfo.FieldInfo
-
- getDateFieldOptionProvider() - Method in class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataOptions
-
- getDbScanOptions() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.DBScanCommand
-
- getDefaultDimensionalityType() - Static method in class mil.nga.giat.geowave.core.store.spi.DimensionalityTypeRegistry
-
- getDefaultGeometry() - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getDefaultGeometryProperty() - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getDefaultImageIOWriteParameters() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveGTRasterFormat
-
- getDefaultInstance() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
- getDefaultInstance() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponse
-
- getDefaultInstance() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType
-
- getDefaultInstance() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter
-
- getDefaultInstance() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
- getDefaultInstance() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponse
-
- getDefaultInstance() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType
-
- getDefaultInstance() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter
-
- getDefaultInstanceForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
- getDefaultInstanceForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
- getDefaultInstanceForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponse.Builder
-
- getDefaultInstanceForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponse
-
- getDefaultInstanceForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType.Builder
-
- getDefaultInstanceForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType
-
- getDefaultInstanceForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter.Builder
-
- getDefaultInstanceForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter
-
- getDefaultInstanceForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
- getDefaultInstanceForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
- getDefaultInstanceForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponse.Builder
-
- getDefaultInstanceForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponse
-
- getDefaultInstanceForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType.Builder
-
- getDefaultInstanceForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType
-
- getDefaultInstanceForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter.Builder
-
- getDefaultInstanceForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter
-
- getDefaultPropertyFile() - Static method in class mil.nga.giat.geowave.core.cli.operations.config.options.ConfigOptions
-
The default property file is in the user's home directory, in the
.geowave folder.
- getDefaultPropertyPath() - Static method in class mil.nga.giat.geowave.core.cli.operations.config.options.ConfigOptions
-
The default property file is in the user's home directory, in the
.geowave folder.
- getDefaultReaderForClass(Class<T>) - Static method in class mil.nga.giat.geowave.core.store.data.field.FieldUtils
-
- getDefaultTypeMatchingHandlers(Object) - Method in class mil.nga.giat.geowave.adapter.vector.FeatureDataAdapter
-
- getDefaultTypeMatchingHandlers(Object) - Method in class mil.nga.giat.geowave.adapter.vector.WholeFeatureDataAdapter
-
Deprecated.
- getDefaultTypeMatchingHandlers(Object) - Method in class mil.nga.giat.geowave.core.store.adapter.AbstractDataAdapter
-
- getDefaultWriterForClass(Class<T>) - Static method in class mil.nga.giat.geowave.core.store.data.field.FieldUtils
-
- getDefaultWriterForClass(Class<FieldType>, FieldVisibilityHandler<RowType, Object>) - Static method in class mil.nga.giat.geowave.core.store.data.field.FieldUtils
-
- getDeleteCallback(WritableDataAdapter<T>, PrimaryIndex) - Method in class mil.nga.giat.geowave.core.store.base.DataStoreCallbackManager
-
- getDeleteMutations(byte[], byte[], byte[], String[]) - Static method in class mil.nga.giat.geowave.datastore.hbase.util.HBaseUtils
-
- getDenormalizedRange(BinRange) - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.SpatialField
-
- getDenormalizedRange(BinRange) - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.TimeField
-
- getDenormalizedRange(BinRange) - Method in class mil.nga.giat.geowave.core.index.dimension.BasicDimensionDefinition
-
- getDenormalizedRange(BinRange) - Method in interface mil.nga.giat.geowave.core.index.dimension.NumericDimensionDefinition
-
Returns a range in the native bounds of the dimension definition,
denormalized from a bin and separate range
- getDenormalizedRange(BinRange) - Method in class mil.nga.giat.geowave.core.index.dimension.UnboundedDimensionDefinition
-
- getDenormalizedRange(BinRange) - Method in class mil.nga.giat.geowave.core.index.sfc.SFCDimensionDefinition
-
- getDenormalizedRange(BinRange) - Method in class mil.nga.giat.geowave.core.store.dimension.ArrayField
-
- getDenormalizedRanges(BinRange) - Method in class mil.nga.giat.geowave.core.geotime.index.dimension.TemporalBinningStrategy
-
- getDenormalizedRanges(BinRange) - Method in interface mil.nga.giat.geowave.core.index.dimension.bin.BinningStrategy
-
Given a set of normalized ranges (each of which are confined to the
normalized min and max of this binning strategy) with a bin for each of
the ranges, this will calculate the original unbinned range.
- getDenormalizedRanges(BinRange) - Method in class mil.nga.giat.geowave.format.landsat8.index.Landsat8TemporalBinningStrategy
-
- getDependentEnvironments() - Method in class mil.nga.giat.geowave.test.AccumuloStoreTestEnvironment
-
- getDependentEnvironments() - Method in class mil.nga.giat.geowave.test.HBaseStoreTestEnvironment
-
- getDependentEnvironments() - Method in class mil.nga.giat.geowave.test.kafka.KafkaTestEnvironment
-
- getDependentEnvironments() - Method in class mil.nga.giat.geowave.test.mapreduce.MapReduceTestEnvironment
-
- getDependentEnvironments() - Method in class mil.nga.giat.geowave.test.service.ServicesTestEnvironment
-
- getDependentEnvironments() - Method in interface mil.nga.giat.geowave.test.TestEnvironment
-
- getDependentEnvironments() - Method in class mil.nga.giat.geowave.test.ZookeeperTestEnvironment
-
- getDescription() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStoreFactory
-
- getDescription() - Method in class mil.nga.giat.geowave.core.cli.prefix.TranslationEntry
-
- getDescription() - Method in class mil.nga.giat.geowave.core.store.config.ConfigOption
-
- getDescription() - Method in interface mil.nga.giat.geowave.core.store.GenericFactory
-
- getDescription() - Method in class mil.nga.giat.geowave.core.store.memory.AbstractMemoryFactory
-
- getDescription() - Method in class mil.nga.giat.geowave.datastore.accumulo.AbstractAccumuloFactory
-
- getDescription() - Method in class mil.nga.giat.geowave.datastore.hbase.AbstractHBaseFactory
-
- getDescription() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Gets the value of the 'description' field
- getDescription() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Gets the value of the 'description' field.
- getDescriptor() - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponse.Builder
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponse
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationService
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType.Builder
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter.Builder
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponse.Builder
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponse
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationService
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType.Builder
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter.Builder
-
- getDescriptor() - Static method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter
-
- getDescriptorForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
- getDescriptorForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponse.Builder
-
- getDescriptorForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationService
-
- getDescriptorForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType.Builder
-
- getDescriptorForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter.Builder
-
- getDescriptorForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
- getDescriptorForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponse.Builder
-
- getDescriptorForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationService
-
- getDescriptorForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType.Builder
-
- getDescriptorForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter.Builder
-
- getDetail() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- getDimensionalBitsUsed(NumericIndexStrategy, double[]) - Static method in class mil.nga.giat.geowave.core.index.IndexUtils
-
- getDimensionalityArg() - Method in enum mil.nga.giat.geowave.test.TestUtils.DimensionalityType
-
- getDimensionalityPlugins() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexGroupPluginOptions
-
- getDimensionalityTypeDescription() - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialDimensionalityTypeProvider
-
- getDimensionalityTypeDescription() - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialTemporalDimensionalityTypeProvider
-
- getDimensionalityTypeDescription() - Method in interface mil.nga.giat.geowave.core.store.spi.DimensionalityTypeProviderSpi
-
if the registered dimensionality types are listed by a user, this can
provide a user-friendly description for each
- getDimensionalityTypeName() - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialDimensionalityTypeProvider
-
- getDimensionalityTypeName() - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialTemporalDimensionalityTypeProvider
-
- getDimensionalityTypeName() - Method in interface mil.nga.giat.geowave.core.store.spi.DimensionalityTypeProviderSpi
-
This will represent the name for the dimensionality type that is
registered with the ingest framework and presented as a dimensionality
type option via the commandline.
- getDimensionCount() - Method in interface mil.nga.giat.geowave.core.index.QueryConstraints
-
- getDimensionCount() - Method in class mil.nga.giat.geowave.core.index.sfc.data.BasicNumericDataset
-
- getDimensionCount() - Method in class mil.nga.giat.geowave.core.index.sfc.data.BinnedNumericDataset
-
- getDimensionCount() - Method in class mil.nga.giat.geowave.core.store.index.CompositeConstraints
-
- getDimensionCount() - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericQueryConstraint
-
- getDimensionCount() - Method in class mil.nga.giat.geowave.core.store.index.temporal.TemporalQueryConstraint
-
- getDimensionCount() - Method in class mil.nga.giat.geowave.core.store.index.text.TextQueryConstraint
-
- getDimensionDefinition() - Method in class mil.nga.giat.geowave.core.index.sfc.SFCDimensionDefinition
-
- getDimensionNames() - Method in interface mil.nga.giat.geowave.analytic.extract.DimensionExtractor
-
- getDimensionNames() - Method in class mil.nga.giat.geowave.analytic.extract.EmptyDimensionExtractor
-
- getDimensionNames() - Method in class mil.nga.giat.geowave.analytic.extract.TimeDimensionExtractor
-
- getDimensions() - Method in class mil.nga.giat.geowave.adapter.raster.Resolution
-
- getDimensions(T) - Method in interface mil.nga.giat.geowave.analytic.extract.DimensionExtractor
-
- getDimensions(T) - Method in class mil.nga.giat.geowave.analytic.extract.EmptyDimensionExtractor
-
- getDimensions(SimpleFeature) - Method in class mil.nga.giat.geowave.analytic.extract.TimeDimensionExtractor
-
- getDimensions() - Method in class mil.nga.giat.geowave.core.store.index.BasicIndexModel
-
- getDimensions() - Method in interface mil.nga.giat.geowave.core.store.index.CommonIndexModel
-
- getDimensionValues() - Method in interface mil.nga.giat.geowave.analytic.AnalyticItemWrapper
-
- getDimensionValues() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory.CentroidItemWrapper
-
- getDimensionValues() - Method in class mil.nga.giat.geowave.analytic.clustering.LongCentroid
-
- getDimensionValues() - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper
-
- getDisplayName() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStoreFactory
-
- getDissemination() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Security
-
- getDistance() - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToCQLTool.FixedDWithinImpl
-
- getDistance() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidPairing
-
- getDistance() - Method in class mil.nga.giat.geowave.analytic.clustering.NeighborData
-
- getDistance() - Method in class mil.nga.giat.geowave.analytic.GeoObjectDimensionValues
-
- getDistance() - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNData
-
- getDistance() - Method in class mil.nga.giat.geowave.analytic.nn.DistanceProfile
-
- getDistance() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackDotSource
-
- getDistance(EarthVector) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Compute the distance (km) from this coord to the input coord using vector
math (my personal favorite)
- getDistanceFnForCoordinate() - Method in class mil.nga.giat.geowave.analytic.GeometryHullTool
-
- getDistanceFunction() - Method in class mil.nga.giat.geowave.analytic.kmeans.CentroidAssociationFn
-
- getDistancePerDimension() - Method in class mil.nga.giat.geowave.analytic.partitioner.AbstractPartitioner
-
- getDistanceReverseDirection(EarthVector) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Compute the distance (km) from this coord to the input coord using vector
math (my personal favorite)
- getDistanceUnits() - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToCQLTool.FixedDWithinImpl
-
- getDistortionValue() - Method in class mil.nga.giat.geowave.analytic.clustering.DistortionGroupManagement.DistortionEntry
-
- getDistributableFilters() - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseConstraintsQuery
-
- getDistributableFilters() - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseFilteredIndexQuery
-
- getDistributedRenderFeatureType() - Static method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureCollection
-
- getDistributedRenderResult() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderMapOutputFormat
-
- getDM() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.Length
-
- getDotSources() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- getDouble(Enum<?>, double) - Method in class mil.nga.giat.geowave.analytic.ScopedJobConfiguration
-
- getDoubleVal(Element) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getDoubleVal(Element, String, double) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getDoubleVal(Element, String) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getDoubleVal(Element, String, Namespace) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getDoubleValIgnoreNamespace(Element, String, Namespace[], boolean) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getDownloadFile(SimpleFeature, String) - Static method in class mil.nga.giat.geowave.format.landsat8.DownloadRunner
-
- getDownloadImage(String, int, int, String) - Static method in class mil.nga.giat.geowave.format.landsat8.BandFeatureIterator
-
- getDownloadIndexHtml(String, int, int) - Static method in class mil.nga.giat.geowave.format.landsat8.BandFeatureIterator
-
- getDownloadPath(String, int, int) - Static method in class mil.nga.giat.geowave.format.landsat8.BandFeatureIterator
-
- getDriver() - Method in class mil.nga.giat.geowave.core.ingest.operations.KafkaToGeowaveCommand
-
- getDuplicateCount() - Method in class mil.nga.giat.geowave.core.store.data.IndexedPersistenceEncoding
-
Return the number of duplicates for this entry.
- getDuplicateCounts(PrimaryIndex, List<ByteArrayId>, DataStatisticsStore, String...) - Static method in class mil.nga.giat.geowave.core.store.adapter.statistics.DuplicateEntryCount
-
- getDynamicParameters() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getDynamicParameters(String) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getEarthRadiusKM() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Retrieve the radius of the earth (km) at this coordinate's latitude
- getEarthRadiusKM(double, boolean) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Retrieve the radius of the earth (km) statically for the given latitude
- getElement() - Method in class mil.nga.giat.geowave.analytic.clustering.NeighborData
-
- getElementVal(Element, String) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getElevation() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Get the elevation (km)
- getEmptyImage(int, int, Color, Color, ColorModel) - Static method in class mil.nga.giat.geowave.adapter.raster.RasterUtils
-
- getEncoding(CommonIndexModel, DataAdapter<?>, MemoryEntryRow) - Static method in class mil.nga.giat.geowave.core.store.memory.MemoryDataStore
-
- getEncoding(CommonIndexModel, DataAdapter<?>, MemoryEntryRow) - Static method in class mil.nga.giat.geowave.core.store.memory.MemoryStoreUtils
-
- getEncoding(Text, PersistentDataset<CommonIndexValue>, FlattenedUnreadData) - Static method in class mil.nga.giat.geowave.datastore.accumulo.query.QueryFilterIterator
-
- getEncodings(PrimaryIndex, AdapterPersistenceEncoding) - Static method in class mil.nga.giat.geowave.core.store.util.DataStoreUtils
-
- getEnd() - Method in class mil.nga.giat.geowave.core.index.ByteArrayRange
-
- getEnd() - Method in class mil.nga.giat.geowave.core.store.index.text.TextRangeFilter
-
- getEnd(GeoWaveRowRange, int) - Static method in class mil.nga.giat.geowave.mapreduce.splits.SplitsProvider
-
- getEndKey() - Method in class mil.nga.giat.geowave.datastore.accumulo.mapreduce.AccumuloRowRange
-
- getEndKey() - Method in class mil.nga.giat.geowave.datastore.hbase.mapreduce.HBaseRowRange
-
- getEndKey() - Method in interface mil.nga.giat.geowave.mapreduce.splits.GeoWaveRowRange
-
- getEndRange() - Method in class mil.nga.giat.geowave.adapter.vector.utils.TimeDescriptors
-
- getEndRange() - Method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalConstraints
-
- getEndRangeName() - Method in class mil.nga.giat.geowave.adapter.vector.utils.TimeDescriptors.TimeDescriptorConfiguration
-
- getEndTime() - Method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalRange
-
- getEndTime() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummary
-
- getEndTime() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MotionEventPoint
-
- getEntries() - Method in class mil.nga.giat.geowave.core.cli.prefix.JCommanderTranslationMap
-
Return all the translations.
- getEntries(PrimaryIndex, List<ByteArrayId>, DataAdapter<Object>, DedupeFilter, ScanCallback<Object>, String[], double[]) - Method in class mil.nga.giat.geowave.core.store.base.BaseDataStore
-
- getEntries(Connector, String, PrimaryIndex, DataAdapter<?>) - Static method in class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloUtils
-
Get number of entries for a data adapter in an index.
- getEntries(Connector, String, PrimaryIndex) - Static method in class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloUtils
-
* Get number of entries per index.
- getEntriesWithDifferingFieldVisibilities() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.MaxDuplicatesStatistics
-
- getEntriesWithDifferingFieldVisibilities() - Method in class mil.nga.giat.geowave.core.store.data.visibility.DifferingFieldVisibilityEntryCount
-
- getEntriesWithDuplicatesCount() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.DuplicateEntryCount
-
- getEntry() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryEntryRow
-
- getEntryName() - Method in class mil.nga.giat.geowave.core.store.operations.config.AbstractRemoveCommand
-
- getEntryRows(PrimaryIndex, AdapterStore, List<ByteArrayId>, DataAdapter<?>, ScanCallback<Object>, DedupeFilter, String[]) - Method in class mil.nga.giat.geowave.core.store.base.BaseDataStore
-
- getEntryRows(PrimaryIndex, AdapterStore, List<ByteArrayId>, DataAdapter<?>, ScanCallback<Object>, DedupeFilter, String[]) - Method in class mil.nga.giat.geowave.datastore.accumulo.AccumuloDataStore
-
- getEntryRows(PrimaryIndex, AdapterStore, List<ByteArrayId>, DataAdapter<?>, ScanCallback<Object>, DedupeFilter, String[]) - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseDataStore
-
- getEnvelope() - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getEnvelope(GridCoverage) - Method in class mil.nga.giat.geowave.adapter.raster.stats.RasterBoundingBoxStatistics
-
- getEnvelope() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- getEnvelope(SimpleFeature) - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureBoundingBoxStatistics
-
- getEnvelope(T) - Method in class mil.nga.giat.geowave.core.geotime.store.statistics.BoundingBoxDataStatistics
-
- getEnvironment() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
- getErrorFactor() - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureCountMinSketchStatistics.FeatureCountMinSketchConfig
-
- getEstimatedIdCount(MultiDimensionalNumericData) - Method in class mil.nga.giat.geowave.core.index.sfc.hilbert.HilbertSFC
-
- getEstimatedIdCount(MultiDimensionalNumericData, SFCDimensionDefinition[]) - Method in interface mil.nga.giat.geowave.core.index.sfc.hilbert.HilbertSFCOperations
-
Get a quick (minimal complexity calculation) estimate of the total row
IDs a particular data would require to fully cover with SFC values
- getEstimatedIdCount(MultiDimensionalNumericData, SFCDimensionDefinition[]) - Method in class mil.nga.giat.geowave.core.index.sfc.hilbert.PrimitiveHilbertSFCOperations
-
The estimated ID count is the cross product of normalized range of all
dimensions per the bits of precision provided by the dimension
definitions.
- getEstimatedIdCount(MultiDimensionalNumericData, SFCDimensionDefinition[]) - Method in class mil.nga.giat.geowave.core.index.sfc.hilbert.UnboundedHilbertSFCOperations
-
- getEstimatedIdCount(MultiDimensionalNumericData) - Method in interface mil.nga.giat.geowave.core.index.sfc.SpaceFillingCurve
-
Determines the estimated number of rows a multi-dimensional range will
span within this space filling curve
- getEstimatedIdCount(MultiDimensionalNumericData) - Method in class mil.nga.giat.geowave.core.index.sfc.zorder.ZOrderSFC
-
- getEventTime() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- getExerciseIndicator() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- getExpectedResults(CloseableIterator<?>) - Static method in class mil.nga.giat.geowave.test.TestUtils
-
- getExpectedResults(URL[]) - Static method in class mil.nga.giat.geowave.test.TestUtils
-
- getExpireTime() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.lock.AuthorizedLock
-
- getExpression() - Method in class mil.nga.giat.geowave.core.store.index.text.LikeFilter
-
- getExtension() - Method in class mil.nga.giat.geowave.cli.osm.parser.OsmPbfParserOptions
-
- getExtensions() - Method in class mil.nga.giat.geowave.core.ingest.local.LocalInputCommandLineOptions
-
- getExtractDataNamespaceUri() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getExtractDimensionExtractClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getExtractMaxInputSplit() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- getExtractMinInputSplit() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- getExtractOutputDataTypeId() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getExtractQuery() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- getExtractReducerCount() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getExtraDimensions() - Method in interface mil.nga.giat.geowave.analytic.AnalyticItemWrapper
-
- getExtraDimensions() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory.CentroidItemWrapper
-
- getExtraDimensions() - Method in class mil.nga.giat.geowave.analytic.clustering.LongCentroid
-
- getExtraDimensions() - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper
-
- getFactory() - Method in class mil.nga.giat.geowave.analytic.GeometryDataSetGenerator
-
- getFactoryFamily() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.DataStorePluginOptions
-
- getFactoryFamily() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.StoreLoader
-
- getFactoryOptions() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.DataStorePluginOptions
-
- getFactoryOptions() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.StoreLoader
-
- getFeature() - Method in class mil.nga.giat.geowave.adapter.vector.FeatureWritable
-
- getFeatureCollection() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureReader
-
- getFeatureId(SimpleFeature) - Method in class mil.nga.giat.geowave.format.geotools.vector.AbstractFieldRetypingSource
-
- getFeatureId(SimpleFeature) - Method in class mil.nga.giat.geowave.format.geotools.vector.retyping.date.DateFieldRetypingSource
-
- getFeatureLayer(String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
Get a layer from geoserver
- getFeatureLayers(String, String, boolean) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
Get list of layers from geoserver
- getFeatureNamespace() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- getFeatureSource(String) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
- getFeatureSource(String, Transaction) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
- getFeatureSource(Name, Transaction) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
- getFeatureSource(Name) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
- getFeatureType() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeature.Builder
-
Gets the value of the 'featureType' field
- getFeatureType() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeature
-
Gets the value of the 'featureType' field.
- getFeatureType() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeatureCollection.Builder
-
Gets the value of the 'featureType' field
- getFeatureType() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeatureCollection
-
Gets the value of the 'featureType' field.
- getFeatureType() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureReader
-
- getFeatureType() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureSource
-
- getFeatureType() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureWriter
-
- getFeatureType() - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getFeatureType() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- getFeatureType() - Method in class mil.nga.giat.geowave.format.landsat8.SceneFeatureIterator
-
- getFeatureTypeName() - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition.Builder
-
Gets the value of the 'featureTypeName' field
- getFeatureTypeName() - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition
-
Gets the value of the 'featureTypeName' field.
- getFeatureTypeNames() - Method in class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataOptions
-
- getFeet() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.Length
-
- getFetchMessageMaxBytes() - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaConsumerCommandLineOptions
-
- getFid() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues.Builder
-
Gets the value of the 'fid' field
- getFid() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues
-
Gets the value of the 'fid' field.
- getFieldHandler(NumericDimensionField<? extends CommonIndexValue>) - Method in class mil.nga.giat.geowave.core.store.adapter.AbstractDataAdapter
-
- getFieldId() - Method in class mil.nga.giat.geowave.adapter.vector.AvroFeatureAttributeHandler
-
- getFieldId() - Method in class mil.nga.giat.geowave.adapter.vector.FeatureAttributeHandler
-
- getFieldId() - Method in class mil.nga.giat.geowave.adapter.vector.WholeFeatureHandler
-
- getFieldId() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.SpatialField
-
- getFieldId() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.TimeField
-
- getFieldId() - Method in interface mil.nga.giat.geowave.core.store.adapter.NativeFieldHandler
-
Get the field ID that this handler supports
- getFieldId() - Method in class mil.nga.giat.geowave.core.store.dimension.ArrayField
-
- getFieldId() - Method in interface mil.nga.giat.geowave.core.store.dimension.NumericDimensionField
-
Returns an identifier that is unique for a given data type (field IDs
should be distinct per row)
- getFieldId() - Method in class mil.nga.giat.geowave.core.store.index.CompositeConstraints
-
- getFieldId() - Method in interface mil.nga.giat.geowave.core.store.index.FilterableConstraints
-
- getFieldId() - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumberRangeFilter
-
- getFieldId() - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericQueryConstraint
-
- getFieldId() - Method in class mil.nga.giat.geowave.core.store.index.temporal.TemporalQueryConstraint
-
- getFieldId() - Method in class mil.nga.giat.geowave.core.store.index.text.FilterableLikeConstraint
-
- getFieldId() - Method in class mil.nga.giat.geowave.core.store.index.text.FilterableTextRangeConstraint
-
- getFieldId() - Method in class mil.nga.giat.geowave.core.store.index.text.LikeFilter
-
- getFieldId() - Method in class mil.nga.giat.geowave.core.store.index.text.TextRangeFilter
-
- getFieldIdForPosition(CommonIndexModel, int) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getFieldIdForPosition(CommonIndexModel, int) - Method in class mil.nga.giat.geowave.adapter.vector.FeatureDataAdapter
-
- getFieldIdForPosition(CommonIndexModel, int) - Method in class mil.nga.giat.geowave.adapter.vector.WholeFeatureDataAdapter
-
Deprecated.
- getFieldIdForPosition(CommonIndexModel, int) - Method in class mil.nga.giat.geowave.analytic.clustering.DistortionGroupManagement.DistortionDataAdapter
-
- getFieldIdForPosition(CommonIndexModel, int) - Method in interface mil.nga.giat.geowave.core.store.adapter.DataAdapter
-
- getFieldIdForPosition(CommonIndexModel, int) - Method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChipDataAdapter
-
- getFieldIDs() - Method in class mil.nga.giat.geowave.core.store.index.SecondaryIndex
-
- getFieldIdsAdapterPair() - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- getFieldInfo() - Method in class mil.nga.giat.geowave.core.store.base.DataStoreEntryInfo
-
- getFieldInfo(DataWriter, PersistentValue<T>, T, VisibilityWriter<T>) - Static method in class mil.nga.giat.geowave.core.store.util.DataStoreUtils
-
- getFieldInfo(PersistentValue<T>, byte[], byte[]) - Static method in class mil.nga.giat.geowave.core.store.util.DataStoreUtils
-
- getFieldName() - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureBoundingBoxStatistics
-
- getFieldName() - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureCountMinSketchStatistics
-
- getFieldName() - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureFixedBinNumericStatistics
-
- getFieldName() - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureHyperLogLogStatistics
-
- getFieldName() - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureNumericHistogramStatistics
-
- getFieldName() - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureNumericRangeStatistics
-
- getFieldName() - Method in interface mil.nga.giat.geowave.adapter.vector.stats.FeatureStatistic
-
- getFieldName() - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureTimeRangeStatistics
-
- getFieldPosition() - Method in class mil.nga.giat.geowave.core.store.flatten.FlattenedFieldInfo
-
- getFieldPositions(byte[]) - Static method in class mil.nga.giat.geowave.core.store.flatten.BitmaskUtils
-
Iterates the set (true) bits within the given composite bitmask and
generates a list of field positions.
- getFieldReader() - Method in class mil.nga.giat.geowave.core.geotime.store.field.CalendarArraySerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.geotime.store.field.CalendarSerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.geotime.store.field.DateArraySerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.geotime.store.field.DateSerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.geotime.store.field.GeometryArraySerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.geotime.store.field.GeometrySerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.BigDecimalArraySerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.BigDecimalSerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.BigIntegerArraySerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.BigIntegerSerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.BooleanSerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.ByteArraySerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.ByteSerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.DoubleArraySerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.DoubleSerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.FloatArraySerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.FloatSerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.IntegerArraySerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.IntegerSerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.LongArraySerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.LongSerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.PrimitiveByteArraySerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.PrimitiveDoubleArraySerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.PrimitiveFloatArraySerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.PrimitiveIntArraySerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.PrimitiveLongArraySerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.PrimitiveShortArraySerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.ShortArraySerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.ShortSerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.StringArraySerializationProvider
-
- getFieldReader() - Method in class mil.nga.giat.geowave.core.store.data.field.base.StringSerializationProvider
-
- getFieldReader() - Method in interface mil.nga.giat.geowave.core.store.data.field.FieldSerializationProviderSpi
-
- getFieldsDeferred() - Method in class mil.nga.giat.geowave.core.store.flatten.FlattenedDataSet
-
- getFieldsRead() - Method in class mil.nga.giat.geowave.core.store.flatten.FlattenedDataSet
-
- getFieldToFormatMap() - Method in class mil.nga.giat.geowave.format.geotools.vector.retyping.date.DateFieldOptionProvider
-
- getFieldValue(SimpleFeature) - Method in class mil.nga.giat.geowave.adapter.vector.AvroFeatureAttributeHandler
-
- getFieldValue(SimpleFeature) - Method in class mil.nga.giat.geowave.adapter.vector.FeatureAttributeHandler
-
- getFieldValue(SimpleFeature) - Method in class mil.nga.giat.geowave.adapter.vector.WholeFeatureHandler
-
- getFieldValue(RowType) - Method in interface mil.nga.giat.geowave.core.store.adapter.NativeFieldHandler
-
Get the field value from the row
- getFieldVisibilityHandler(ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.data.visibility.UniformVisibilityWriter
-
- getFieldVisibilityHandler(ByteArrayId) - Method in interface mil.nga.giat.geowave.core.store.data.VisibilityWriter
-
Get a writer for an individual field given the ID
- getFieldVisiblityHandler() - Method in class mil.nga.giat.geowave.core.store.adapter.AbstractDataAdapter
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.geotime.store.field.CalendarArraySerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.geotime.store.field.CalendarSerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.geotime.store.field.DateArraySerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.geotime.store.field.DateSerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.geotime.store.field.GeometryArraySerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.geotime.store.field.GeometrySerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.BigDecimalArraySerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.BigDecimalSerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.BigIntegerArraySerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.BigIntegerSerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.BooleanSerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.ByteArraySerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.ByteSerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.DoubleArraySerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.DoubleSerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.FloatArraySerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.FloatSerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.IntegerArraySerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.IntegerSerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.LongArraySerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.LongSerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.PrimitiveByteArraySerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.PrimitiveDoubleArraySerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.PrimitiveFloatArraySerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.PrimitiveIntArraySerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.PrimitiveLongArraySerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.PrimitiveShortArraySerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.ShortArraySerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.ShortSerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.StringArraySerializationProvider
-
- getFieldWriter() - Method in class mil.nga.giat.geowave.core.store.data.field.base.StringSerializationProvider
-
- getFieldWriter() - Method in interface mil.nga.giat.geowave.core.store.data.field.FieldSerializationProviderSpi
-
- getFileClassPaths() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getFileClassPaths() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getFileExtensionFilters() - Method in interface mil.nga.giat.geowave.core.ingest.local.LocalPluginBase
-
Gets a list of file extensions that this plugin supports.
- getFileExtensionFilters() - Method in class mil.nga.giat.geowave.format.avro.AvroIngestPlugin
-
- getFileExtensionFilters() - Method in class mil.nga.giat.geowave.format.gdelt.GDELTIngestPlugin
-
- getFileExtensionFilters() - Method in class mil.nga.giat.geowave.format.geolife.GeoLifeIngestPlugin
-
- getFileExtensionFilters() - Method in class mil.nga.giat.geowave.format.geotools.raster.GeoToolsRasterDataStoreIngestPlugin
-
- getFileExtensionFilters() - Method in class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataStoreIngestPlugin
-
- getFileExtensionFilters() - Method in class mil.nga.giat.geowave.format.gpx.GpxIngestPlugin
-
- getFileExtensionFilters() - Method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676IngestPlugin
-
- getFileExtensionFilters() - Method in class mil.nga.giat.geowave.format.tdrive.TdriveIngestPlugin
-
- getFileExtensionFilters() - Method in class mil.nga.giat.geowave.format.twitter.TwitterIngestPlugin
-
- getFileTimestamps() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getFileTimestamps() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getFilter() - Method in class mil.nga.giat.geowave.adapter.vector.ingest.CQLFilterOptionProvider.FilterParameter
-
- getFilter() - Method in interface mil.nga.giat.geowave.adapter.vector.plugin.QueryIssuer
-
- getFilter(List<DistributableQueryFilter>) - Static method in class mil.nga.giat.geowave.core.store.index.BaseSecondaryIndexDataStore
-
- getFilter() - Method in class mil.nga.giat.geowave.core.store.index.CompositeConstraints
-
- getFilter() - Method in interface mil.nga.giat.geowave.core.store.index.FilterableConstraints
-
- getFilter() - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericQueryConstraint
-
- getFilter() - Method in class mil.nga.giat.geowave.core.store.index.temporal.TemporalQueryConstraint
-
- getFilter() - Method in class mil.nga.giat.geowave.core.store.index.text.FilterableLikeConstraint
-
- getFilter() - Method in class mil.nga.giat.geowave.core.store.index.text.FilterableTextRangeConstraint
-
- getFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bytes filter = 3;
- getFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
optional bytes filter = 3;
- getFilter() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes filter = 3;
- getFilter(List<ByteArrayRange>) - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseFilteredIndexQuery
-
- getFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes filter = 3;
- getFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
optional bytes filter = 3;
- getFilter() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes filter = 3;
- getFiltersFor(SecondaryIndex<?>) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyConstraintSet
-
- getFirst(Iterable<ReferenceIdentifier>) - Static method in class mil.nga.giat.geowave.analytic.extract.SimpleFeatureGeometryExtractor
-
- getFixedBinIdSize() - Method in class mil.nga.giat.geowave.core.geotime.index.dimension.TemporalBinningStrategy
-
- getFixedBinIdSize() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.SpatialField
-
- getFixedBinIdSize() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.TimeField
-
- getFixedBinIdSize() - Method in class mil.nga.giat.geowave.core.index.dimension.BasicDimensionDefinition
-
- getFixedBinIdSize() - Method in interface mil.nga.giat.geowave.core.index.dimension.bin.BinningStrategy
-
Return the fixed size for the bin ID used by this binning strategy
- getFixedBinIdSize() - Method in interface mil.nga.giat.geowave.core.index.dimension.NumericDimensionDefinition
-
If this numeric dimension definition uses bins, it is given a fixed
length for the bin ID
- getFixedBinIdSize() - Method in class mil.nga.giat.geowave.core.index.dimension.UnboundedDimensionDefinition
-
- getFixedBinIdSize() - Method in class mil.nga.giat.geowave.core.index.sfc.SFCDimensionDefinition
-
- getFixedBinIdSize() - Method in class mil.nga.giat.geowave.core.store.dimension.ArrayField
-
- getFixedBinIdSize() - Method in class mil.nga.giat.geowave.format.landsat8.index.Landsat8TemporalBinningStrategy
-
- getFloatVal(Element, String) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getFloatValIgnoreNamespace(Element, String, Namespace[], boolean) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getFootprint(GridCoverage, CoordinateReferenceSystem) - Static method in class mil.nga.giat.geowave.adapter.raster.RasterUtils
-
- getFootprint(ReferencedEnvelope, GridCoverage) - Static method in class mil.nga.giat.geowave.adapter.raster.RasterUtils
-
- getFootprintScreenGeometry() - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getFootprintWorldGeometry() - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getFormat() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GDALGeoTiffReader
-
- getFormat() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getFormatClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveInputFormatConfiguration
-
- getFormatClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveOutputFormatConfiguration
-
- getFormatClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.SequenceFileInputFormatConfiguration
-
- getFormatClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.SequenceFileOutputFormatConfiguration
-
- getFormatClass() - Method in interface mil.nga.giat.geowave.analytic.param.FormatConfiguration
-
- getFormats() - Method in class mil.nga.giat.geowave.core.ingest.local.LocalInputCommandLineOptions
-
- getFormatVersion() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.NATO4676Message
-
- getFrameNumber() - Method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChipInfo
-
- getFrameNumber() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionFrame
-
- getFrameNumber() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MotionImagery
-
- getFrames() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummary
-
A list of the frames which comprise this mission
- getFrameTime() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionFrame
-
- getFullBounds(NumericIndexStrategy) - Static method in class mil.nga.giat.geowave.core.index.IndexUtils
-
- getFullBounds(NumericDimensionDefinition[]) - Static method in class mil.nga.giat.geowave.core.index.IndexUtils
-
- getFullRange() - Method in class mil.nga.giat.geowave.core.geotime.index.dimension.TimeDefinition
-
- getFullRange() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.SpatialField
-
- getFullRange() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.TimeField
-
- getFullRange() - Method in class mil.nga.giat.geowave.core.index.dimension.BasicDimensionDefinition
-
- getFullRange() - Method in interface mil.nga.giat.geowave.core.index.dimension.NumericDimensionDefinition
-
Provide the entire allowed range
- getFullRange() - Method in class mil.nga.giat.geowave.core.index.sfc.SFCDimensionDefinition
-
- getFullRange() - Method in class mil.nga.giat.geowave.core.store.dimension.ArrayField
-
- getFutures() - Method in class mil.nga.giat.geowave.core.ingest.kafka.IngestFromKafkaDriver
-
- getGaussianKernel(double, int) - Static method in class mil.nga.giat.geowave.analytic.mapreduce.kde.GaussianFilter
-
- getGeometry() - Method in interface mil.nga.giat.geowave.analytic.AnalyticItemWrapper
-
- getGeometry() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory.CentroidItemWrapper
-
- getGeometry() - Method in class mil.nga.giat.geowave.analytic.clustering.LongCentroid
-
- getGeometry(T) - Method in interface mil.nga.giat.geowave.analytic.extract.DimensionExtractor
-
- getGeometry(T) - Method in class mil.nga.giat.geowave.analytic.extract.EmptyDimensionExtractor
-
- getGeometry(SimpleFeature) - Method in class mil.nga.giat.geowave.analytic.extract.SimpleFeatureGeometryExtractor
-
- getGeometry() - Method in interface mil.nga.giat.geowave.analytic.mapreduce.dbscan.Cluster
-
- getGeometry() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItem
-
- getGeometry() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanClusterList
-
- getGeometry() - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper
-
- getGeometry() - Method in class mil.nga.giat.geowave.core.geotime.GeometryUtils.GeoConstraintsWrapper
-
- getGeometry() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.GeometryWrapper
-
- getGeometry() - Method in class mil.nga.giat.geowave.core.geotime.store.filter.SpatialQueryFilter.GeometryImage
-
- getGeometry(int, int) - Method in class mil.nga.giat.geowave.format.landsat8.WRS2GeometryStore
-
- getGeowaveNamespace() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.DataStorePluginOptions
-
- getGeowaveNamespace() - Method in class mil.nga.giat.geowave.core.store.StoreFactoryOptions
-
- getGeoWaveNamespace() - Method in interface mil.nga.giat.geowave.datastore.accumulo.AccumuloOperations
-
- getGeoWaveNamespace() - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- getGeoWaveOutputKey() - Method in class mil.nga.giat.geowave.adapter.raster.resize.RasterTileResizeHelper
-
- getGeoWaveRangesForQuery(Polygon) - Static method in class mil.nga.giat.geowave.analytic.clustering.ClusteringUtils
-
- getGeoWaveTransaction(String) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveAutoCommitTransactionState
-
- getGeoWaveTransaction(String) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveTransactionManagementState
-
- getGeoWaveTransaction(String) - Method in interface mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveTransactionState
-
- getGlobalBatchId() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- getGlobalBatchId() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getGlobalParentBatchId() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getGmtiUuid() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackDotSource
-
- getGpxfile() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Gets the value of the 'gpxfile' field
- getGpxfile() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Gets the value of the 'gpxfile' field.
- getGridCoverageCount() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getGridCoverageNames() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getGriddedFeatures(SimpleFeatureBuilder, int) - Static method in class mil.nga.giat.geowave.examples.ingest.SimpleIngest
-
- getGridGeometry() - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getGroupForLevel(AnalyticItemWrapper<T>) - Method in class mil.nga.giat.geowave.analytic.clustering.NestedGroupCentroidAssignment
-
Get the associated group id from the current zoom level
- getGroupID() - Method in interface mil.nga.giat.geowave.analytic.AnalyticItemWrapper
-
- getGroupID() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory.CentroidItemWrapper
-
- getGroupId() - Method in class mil.nga.giat.geowave.analytic.clustering.DistortionGroupManagement.DistortionEntry
-
- getGroupID() - Method in class mil.nga.giat.geowave.analytic.clustering.LongCentroid
-
- getGroupID(T) - Method in interface mil.nga.giat.geowave.analytic.extract.DimensionExtractor
-
- getGroupID(T) - Method in class mil.nga.giat.geowave.analytic.extract.EmptyDimensionExtractor
-
- getGroupID(SimpleFeature) - Method in class mil.nga.giat.geowave.analytic.extract.SimpleFeatureGeometryExtractor
-
- getGroupID() - Method in class mil.nga.giat.geowave.analytic.mapreduce.GroupIDText
-
- getGroupId() - Method in class mil.nga.giat.geowave.analytic.partitioner.Partitioner.PartitionData
-
- getGroupID() - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper
-
- getGroupId() - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaConsumerCommandLineOptions
-
- getGroupingComparator() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getGroupingComparator() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getGTstore() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveDataStoreComponents
-
- getHadoopWritableSerializerForAdapter(ByteArrayId) - Method in class mil.nga.giat.geowave.mapreduce.HadoopWritableSerializationTool
-
- getHBaseOperations() - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseCommandLineOptions
-
- getHdfs() - Method in class mil.nga.giat.geowave.test.mapreduce.MapReduceTestEnvironment
-
- getHdfsBaseDirectory() - Method in class mil.nga.giat.geowave.test.mapreduce.MapReduceTestEnvironment
-
- getHdfsBasePath() - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- getHdfsBasePath() - Method in class mil.nga.giat.geowave.cli.osm.parser.OsmPbfParserOptions
-
- getHdfsHostPort() - Method in class mil.nga.giat.geowave.adapter.raster.operations.options.RasterTileResizeCommandLineOptions
-
- getHdfsHostPort() - Method in class mil.nga.giat.geowave.analytic.mapreduce.HadoopOptions
-
- getHdfsHostPort() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- getHdfsOutputBase() - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.GeoWaveAnalyticExtractJobRunner
-
- getHdfsOutputBase() - Method in class mil.nga.giat.geowave.mapreduce.dedupe.GeoWaveDedupeJobRunner
-
- getHdfsOutputPath() - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.GeoWaveAnalyticExtractJobRunner
-
- getHdfsOutputPath() - Method in class mil.nga.giat.geowave.mapreduce.dedupe.GeoWaveDedupeJobRunner
-
- getHeight() - Method in class mil.nga.giat.geowave.core.geotime.store.statistics.BoundingBoxDataStatistics
-
- getHelper() - Method in enum mil.nga.giat.geowave.analytic.param.CentroidParameters.Centroid
-
- getHelper() - Method in enum mil.nga.giat.geowave.analytic.param.ClusteringParameters.Clustering
-
- getHelper() - Method in enum mil.nga.giat.geowave.analytic.param.CommonParameters.Common
-
- getHelper() - Method in enum mil.nga.giat.geowave.analytic.param.ExtractParameters.Extract
-
- getHelper() - Method in enum mil.nga.giat.geowave.analytic.param.GlobalParameters.Global
-
- getHelper() - Method in enum mil.nga.giat.geowave.analytic.param.HullParameters.Hull
-
- getHelper() - Method in enum mil.nga.giat.geowave.analytic.param.InputParameters.Input
-
- getHelper() - Method in enum mil.nga.giat.geowave.analytic.param.JumpParameters.Jump
-
- getHelper() - Method in enum mil.nga.giat.geowave.analytic.param.MapReduceParameters.MRConfig
-
- getHelper() - Method in enum mil.nga.giat.geowave.analytic.param.OutputParameters.Output
-
- getHelper() - Method in interface mil.nga.giat.geowave.analytic.param.ParameterEnum
-
- getHelper() - Method in enum mil.nga.giat.geowave.analytic.param.PartitionParameters.Partition
-
- getHelper() - Method in enum mil.nga.giat.geowave.analytic.param.SampleParameters.Sample
-
- getHelper() - Method in enum mil.nga.giat.geowave.analytic.param.StoreParameters.StoreParam
-
- getHexString() - Method in class mil.nga.giat.geowave.core.index.ByteArrayId
-
- getHighestPrecisionIdRangePerDimension() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.CompoundHierarchicalIndexStrategyWrapper
-
- getHighestPrecisionIdRangePerDimension() - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
- getHighestPrecisionIdRangePerDimension() - Method in class mil.nga.giat.geowave.core.index.NullNumericIndexStrategy
-
- getHighestPrecisionIdRangePerDimension() - Method in interface mil.nga.giat.geowave.core.index.NumericIndexStrategy
-
Get the range/size of a single insertion ID for each dimension at the
highest precision supported by this index strategy
- getHighestPrecisionIdRangePerDimension() - Method in class mil.nga.giat.geowave.core.index.NumericIndexStrategyWrapper
-
- getHighestPrecisionIdRangePerDimension() - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.SingleTierSubStrategy
-
- getHighestPrecisionIdRangePerDimension() - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
- getHighestPrecisionIdRangePerDimension() - Method in class mil.nga.giat.geowave.core.index.simple.HashKeyIndexStrategy
-
- getHighestPrecisionIdRangePerDimension() - Method in class mil.nga.giat.geowave.core.index.simple.RoundRobinKeyIndexStrategy
-
- getHighestPrecisionIdRangePerDimension() - Method in class mil.nga.giat.geowave.core.index.simple.SimpleNumericIndexStrategy
-
- getHighValues() - Method in class mil.nga.giat.geowave.adapter.raster.stats.HistogramConfig
-
- getHistogram(Resolution) - Method in class mil.nga.giat.geowave.adapter.raster.stats.HistogramStatistics
-
- getHistStats(PrimaryIndex, List<DataAdapter<Object>>, AdapterStore, DataStatisticsStore, Map<PrimaryIndex, RowRangeHistogramStatistics<?>>, String[]) - Method in class mil.nga.giat.geowave.mapreduce.splits.SplitsProvider
-
- getHullDataNamespaceUri() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getHullDataTypeId() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- getHullDataTypeId() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getHullIndexId() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getHullProjectionClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- getHullProjectionClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getHullReducerCount() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getHullTool() - Static method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanClusterList
-
- getHullWrapperFactoryClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- getId() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.CompoundHierarchicalIndexStrategyWrapper
-
- getID() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveEmptyTransaction
-
- getID() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveTransactionManagement
-
- getID() - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getID() - Method in interface mil.nga.giat.geowave.analytic.AnalyticItemWrapper
-
- getID() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory.CentroidItemWrapper
-
- getID() - Method in class mil.nga.giat.geowave.analytic.clustering.LongCentroid
-
- getId() - Method in class mil.nga.giat.geowave.analytic.clustering.NeighborData
-
- getId() - Method in interface mil.nga.giat.geowave.analytic.mapreduce.dbscan.Cluster
-
- getId() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItem
-
- getId() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanClusterList
-
- getID() - Method in class mil.nga.giat.geowave.analytic.mapreduce.GroupIDText
-
- getId() - Method in class mil.nga.giat.geowave.analytic.partitioner.Partitioner.PartitionData
-
- getID() - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper
-
- getId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Gets the value of the 'id' field
- getId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Gets the value of the 'id' field.
- getId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Gets the value of the 'id' field
- getId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
Gets the value of the 'id' field.
- getId() - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
- getId() - Method in interface mil.nga.giat.geowave.core.index.IndexStrategy
-
- getId() - Method in class mil.nga.giat.geowave.core.index.NullNumericIndexStrategy
-
- getId() - Method in class mil.nga.giat.geowave.core.index.NumericIndexStrategyWrapper
-
- getId(double[]) - Method in class mil.nga.giat.geowave.core.index.sfc.hilbert.HilbertSFC
-
Maps a n-dimensional value to a single dimension, i.e.
- getId(double[]) - Method in interface mil.nga.giat.geowave.core.index.sfc.SpaceFillingCurve
-
Maps a n-dimensional value to a single dimension, i.e.
- getId() - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.SingleTierSubStrategy
-
- getId() - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
- getId(double[]) - Method in class mil.nga.giat.geowave.core.index.sfc.zorder.ZOrderSFC
-
Maps a n-dimensional value to a single dimension, i.e.
- getId() - Method in class mil.nga.giat.geowave.core.index.simple.HashKeyIndexStrategy
-
- getId() - Method in class mil.nga.giat.geowave.core.index.simple.RoundRobinKeyIndexStrategy
-
- getId() - Method in class mil.nga.giat.geowave.core.index.simple.SimpleNumericIndexStrategy
-
- getId() - Method in class mil.nga.giat.geowave.core.ingest.local.IngestTask
-
An identifier, usually (filename)-(counter)
- getId(ByteArrayId) - Static method in class mil.nga.giat.geowave.core.store.adapter.statistics.RowRangeDataStatistics
-
- getId() - Method in class mil.nga.giat.geowave.core.store.data.PersistentValue
-
Return the field ID
- getId() - Method in class mil.nga.giat.geowave.core.store.index.BasicIndexModel
-
- getId() - Method in interface mil.nga.giat.geowave.core.store.index.CommonIndexModel
-
- getId() - Method in class mil.nga.giat.geowave.core.store.index.CustomIdIndex
-
- getId() - Method in interface mil.nga.giat.geowave.core.store.index.Index
-
- getId() - Method in class mil.nga.giat.geowave.core.store.index.NullIndex
-
- getId() - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericFieldIndexStrategy
-
- getId() - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericIndexStrategy
-
- getId() - Method in class mil.nga.giat.geowave.core.store.index.PrimaryIndex
-
- getId() - Method in class mil.nga.giat.geowave.core.store.index.SecondaryIndex
-
- getId() - Method in class mil.nga.giat.geowave.core.store.index.temporal.TemporalIndexStrategy
-
- getId() - Method in class mil.nga.giat.geowave.core.store.index.text.TextIndexStrategy
-
- getId() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.LineageRelation
-
- getId() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MotionImagery
-
- getId() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
- getId() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackDotSource
-
- getId() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- getId() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- getId() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
- getId() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackMessage
-
- getId() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- getId() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- getId() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRunParameter
-
- getIdentifier() - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureFixedBinNumericStatistics
-
- getIdentifier() - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getIdentifier() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.FixedBinNumericStatistics
-
- getIdentities() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
Provides identity information about a track.
- getIdentities() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
Provides identity information about a track.
- getIdentity() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- getIdHash(long) - Static method in class mil.nga.giat.geowave.cli.osm.accumulo.osmschema.Schema
-
- getIdHash(long) - Method in class mil.nga.giat.geowave.cli.osm.mapreduce.Ingest.OSMMapperBase
-
- getIdOperations - Variable in class mil.nga.giat.geowave.core.index.sfc.hilbert.HilbertSFC
-
- getIds(boolean) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanClusterList
-
- getIds() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.LongArray.Builder
-
Gets the value of the 'ids' field
- getIds() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.LongArray
-
Gets the value of the 'ids' field.
- getIffMode() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- getIffValue() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- getImage() - Method in class mil.nga.giat.geowave.adapter.vector.render.PersistableRenderedImage
-
- getImage(int) - Method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChip
-
- getImage() - Method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChipInfo
-
- getImage(Image, int, int) - Static method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChipUtils
-
- getImage(String, String, int, int, int, int, int, int, int, int) - Method in class mil.nga.giat.geowave.types.stanag4676.service.rest.Stanag4676ImageryChipService
-
- getImageBinary() - Method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChip
-
- getImageBytes() - Method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChipInfo
-
- getImageChip() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MotionImagery
-
- getImageLayout() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getImageLayout(String) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getImageReference() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MotionImagery
-
- getImplementationHints() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveGTRasterFormatFactory
-
- getImplementationHints() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStoreFactory
-
- getInches() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.Length
-
- getIndex() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterNeighborList.ClusterNeighborListFactory
-
- getIndex() - Method in class mil.nga.giat.geowave.analytic.partitioner.AbstractPartitioner
-
- getIndex(ByteArrayId) - Method in interface mil.nga.giat.geowave.core.store.index.IndexStore
-
- getIndex(ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryIndexStore
-
- getIndex() - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- getIndex(ByteArrayId) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloIndexStore
-
- getIndex(ByteArrayId) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseIndexStore
-
- getIndex(Class<?>, JobContext, ByteArrayId) - Static method in class mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase
-
- getIndex(Class<?>, Configuration) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputConfigurator
-
- getIndex(JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- getIndex(ByteArrayId) - Method in class mil.nga.giat.geowave.mapreduce.JobContextIndexStore
-
- getIndex(JobContext, ByteArrayId) - Static method in class mil.nga.giat.geowave.mapreduce.JobContextIndexStore
-
- getIndexConstraints(NumericIndexStrategy) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.CQLQuery
-
- getIndexConstraints(NumericIndexStrategy) - Method in class mil.nga.giat.geowave.analytic.clustering.DistortionGroupManagement.BatchIdQuery
-
- getIndexConstraints(NumericIndexStrategy) - Method in class mil.nga.giat.geowave.core.store.query.AdapterIdQuery
-
- getIndexConstraints(NumericIndexStrategy) - Method in class mil.nga.giat.geowave.core.store.query.BasicQuery.Constraints
-
- getIndexConstraints(NumericIndexStrategy) - Method in class mil.nga.giat.geowave.core.store.query.BasicQuery.ConstraintSet
-
- getIndexConstraints(NumericIndexStrategy) - Method in class mil.nga.giat.geowave.core.store.query.BasicQuery
-
- getIndexConstraints(NumericIndexStrategy) - Method in class mil.nga.giat.geowave.core.store.query.CoordinateRangeQuery
-
- getIndexConstraints(NumericIndexStrategy) - Method in class mil.nga.giat.geowave.core.store.query.DataIdQuery
-
- getIndexConstraints(NumericIndexStrategy) - Method in class mil.nga.giat.geowave.core.store.query.EverythingQuery
-
- getIndexConstraints(NumericIndexStrategy) - Method in class mil.nga.giat.geowave.core.store.query.PrefixIdQuery
-
- getIndexConstraints(NumericIndexStrategy) - Method in interface mil.nga.giat.geowave.core.store.query.Query
-
Return a set of constraints to apply to the primary index based on the
indexing strategy used.
- getIndexConstraints(NumericIndexStrategy) - Method in class mil.nga.giat.geowave.core.store.query.RowIdQuery
-
- getIndexGroupNamespace(String) - Static method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexGroupPluginOptions
-
- getIndexId() - Method in class mil.nga.giat.geowave.adapter.raster.operations.options.RasterTileResizeCommandLineOptions
-
- getIndexId() - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorExportOptions
-
- getIndexId() - Method in interface mil.nga.giat.geowave.analytic.clustering.CentroidManager
-
- getIndexId() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidManagerGeoWave
-
- getIndexId() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- getIndexId() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.QueryOptionsCommand
-
- getIndexId() - Method in class mil.nga.giat.geowave.datastore.accumulo.split.SplitCommandLineOptions
-
- getIndexIds() - Method in class mil.nga.giat.geowave.core.ingest.GeoWaveData
-
- getIndexIds() - Method in class mil.nga.giat.geowave.core.store.AdapterToIndexMapping
-
- getIndexIds() - Method in class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputKey
-
- getIndexInsertionId() - Method in class mil.nga.giat.geowave.core.store.data.IndexedPersistenceEncoding
-
Return the index ID, this is the ID that the entry inserted at given by
the index
- getIndexKey() - Method in class mil.nga.giat.geowave.adapter.vector.index.NumericSecondaryIndexConfiguration
-
- getIndexKey() - Method in interface mil.nga.giat.geowave.adapter.vector.index.SimpleFeatureSecondaryIndexConfiguration
-
- getIndexKey() - Method in class mil.nga.giat.geowave.adapter.vector.index.TemporalSecondaryIndexConfiguration
-
- getIndexKey() - Method in class mil.nga.giat.geowave.adapter.vector.index.TextSecondaryIndexConfiguration
-
- getIndexMetadata(PrimaryIndex, List<ByteArrayId>, DataStatisticsStore, String...) - Static method in class mil.nga.giat.geowave.core.store.index.IndexMetaDataSet
-
- getIndexModel() - Method in class mil.nga.giat.geowave.core.store.index.PrimaryIndex
-
- getIndexName() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexLoader
-
- getIndexNames(SimpleFeatureType) - Static method in class mil.nga.giat.geowave.adapter.vector.index.SimpleFeaturePrimaryIndexConfiguration
-
- getIndexNames() - Method in class mil.nga.giat.geowave.adapter.vector.index.SimpleFeaturePrimaryIndexConfiguration
-
- getIndexNamespace(String) - Static method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexPluginOptions
-
- getIndexPlugin() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexPluginOptions
-
- getIndexQueryStrategy() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
- getIndexQueryStrategy() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- getIndexQueryStrategy(Map<String, Serializable>) - Static method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- getIndexStore() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterConfig
-
- getIndexStore() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveDataStoreComponents
-
- getIndexStore() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
- getIndexStore() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- getIndexStore(PropertyManagement) - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- getIndexStore() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryDataStore
-
- getIndexStoreFactory() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryStoreFactoryFamily
-
- getIndexStoreFactory() - Method in interface mil.nga.giat.geowave.core.store.StoreFactoryFamilySpi
-
- getIndexStoreFactory() - Method in class mil.nga.giat.geowave.datastore.accumulo.AccumuloStoreFactoryFamily
-
- getIndexStoreFactory() - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseStoreFactoryFamily
-
- getIndexStrategy() - Method in class mil.nga.giat.geowave.core.index.HierarchicalNumericIndexStrategy.SubStrategy
-
- getIndexStrategy() - Method in interface mil.nga.giat.geowave.core.store.index.Index
-
- getIndexStrategy() - Method in class mil.nga.giat.geowave.core.store.index.PrimaryIndex
-
- getIndexStrategy() - Method in class mil.nga.giat.geowave.core.store.index.SecondaryIndex
-
- getIndexWriter(DataAdapter<?>, PrimaryIndex...) - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaIngestRunData
-
- getIndexWriter(AdapterToIndexMapping) - Method in class mil.nga.giat.geowave.core.ingest.local.LocalIngestRunData
-
Return an index writer from the pool.
- getIndices(Map<ByteArrayId, DataStatistics<SimpleFeature>>, BasicQuery, PrimaryIndex[]) - Method in class mil.nga.giat.geowave.adapter.vector.index.ChooseBestMatchIndexQueryStrategy
-
- getIndices(Map<ByteArrayId, DataStatistics<SimpleFeature>>, BasicQuery, PrimaryIndex[]) - Method in class mil.nga.giat.geowave.adapter.vector.index.ChooseHeuristicMatchIndexQueryStrategy
-
- getIndices(Map<ByteArrayId, DataStatistics<SimpleFeature>>, BasicQuery, PrimaryIndex[]) - Method in class mil.nga.giat.geowave.adapter.vector.index.ChooseLocalityPreservingQueryStrategy
-
- getIndices(Map<ByteArrayId, DataStatistics<SimpleFeature>>, BasicQuery, PrimaryIndex[]) - Method in interface mil.nga.giat.geowave.adapter.vector.index.IndexQueryStrategySPI
-
- getIndices(Map<ByteArrayId, DataStatistics<SimpleFeature>>, BasicQuery) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveDataStoreComponents
-
- getIndices(PropertyManagement) - Static method in class mil.nga.giat.geowave.analytic.clustering.ClusteringUtils
-
- getIndices(IndexStore) - Method in class mil.nga.giat.geowave.core.store.AdapterToIndexMapping
-
- getIndices() - Method in class mil.nga.giat.geowave.core.store.index.DataStoreIndexWriter
-
- getIndices() - Method in interface mil.nga.giat.geowave.core.store.index.IndexStore
-
- getIndices() - Method in class mil.nga.giat.geowave.core.store.index.writer.IndependentAdapterIndexWriter
-
- getIndices() - Method in class mil.nga.giat.geowave.core.store.index.writer.IndexCompositeWriter
-
- getIndices() - Method in interface mil.nga.giat.geowave.core.store.IndexWriter
-
- getIndices() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryIndexStore
-
- getIndices() - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloIndexStore
-
- getIndices(Connector, String) - Static method in class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloUtils
-
Get list of indices associated with the given namespace
- getIndices() - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseIndexStore
-
- getIndices(Class<?>, JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase
-
- getIndices() - Method in class mil.nga.giat.geowave.mapreduce.JobContextIndexStore
-
- getIndices(JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.JobContextIndexStore
-
- getIndices() - Method in class mil.nga.giat.geowave.mapreduce.splits.GeoWaveInputSplit
-
- getIndices(String) - Method in class mil.nga.giat.geowave.service.client.InfoServiceClient
-
- getIndices(String) - Method in class mil.nga.giat.geowave.service.impl.InfoServiceImpl
-
- getIndices(String) - Method in interface mil.nga.giat.geowave.service.InfoService
-
- getIndicesForAdapter(GeotoolsFeatureDataAdapter) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
- getIndicesForAdapter(ByteArrayId) - Method in interface mil.nga.giat.geowave.core.store.adapter.AdapterIndexMappingStore
-
- getIndicesForAdapter(ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryAdapterIndexMappingStore
-
- getIndicesForAdapter(ByteArrayId) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloAdapterIndexMappingStore
-
- getIndicesForAdapter(ByteArrayId) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseAdapterIndexMappingStore
-
- getIndicesForAdapters(AdapterStore, AdapterIndexMappingStore, IndexStore) - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
Return the set of adapter/index associations.
- getInfo() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryEntryRow
-
- getIngestCallback(WritableDataAdapter<T>, PrimaryIndex) - Method in class mil.nga.giat.geowave.core.store.base.DataStoreCallbackManager
-
- getIngestDescription() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.AbstractMapReduceIngest
-
- getIngestDescription() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.IngestWithMapperJobRunner
-
- getIngestDescription() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.IngestWithReducerJobRunner
-
- getIngestDirectory() - Method in class mil.nga.giat.geowave.cli.osm.parser.OsmPbfParserOptions
-
- getIngestFormatDescription() - Method in interface mil.nga.giat.geowave.core.ingest.spi.IngestFormatPluginProviderSpi
-
This is a user-friendly full description of the data format that this
plugin provider supports.
- getIngestFormatDescription() - Method in class mil.nga.giat.geowave.format.avro.AvroIngestFormat
-
- getIngestFormatDescription() - Method in class mil.nga.giat.geowave.format.gdelt.GDELTIngestFormat
-
- getIngestFormatDescription() - Method in class mil.nga.giat.geowave.format.geolife.GeoLifeIngestFormat
-
- getIngestFormatDescription() - Method in class mil.nga.giat.geowave.format.geotools.raster.GeoToolsRasterDataStoreIngestFormat
-
- getIngestFormatDescription() - Method in class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataStoreIngestFormat
-
- getIngestFormatDescription() - Method in class mil.nga.giat.geowave.format.gpx.GpxIngestFormat
-
- getIngestFormatDescription() - Method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676IngestFormat
-
- getIngestFormatDescription() - Method in class mil.nga.giat.geowave.format.tdrive.TdriveIngestFormat
-
- getIngestFormatDescription() - Method in class mil.nga.giat.geowave.format.twitter.TwitterIngestFormat
-
- getIngestFormatName() - Method in interface mil.nga.giat.geowave.core.ingest.spi.IngestFormatPluginProviderSpi
-
This will represent the name for the format that is registered with the
ingest framework and presented as a data format option via the
commandline.
- getIngestFormatName() - Method in class mil.nga.giat.geowave.format.avro.AvroIngestFormat
-
- getIngestFormatName() - Method in class mil.nga.giat.geowave.format.gdelt.GDELTIngestFormat
-
- getIngestFormatName() - Method in class mil.nga.giat.geowave.format.geolife.GeoLifeIngestFormat
-
- getIngestFormatName() - Method in class mil.nga.giat.geowave.format.geotools.raster.GeoToolsRasterDataStoreIngestFormat
-
- getIngestFormatName() - Method in class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataStoreIngestFormat
-
- getIngestFormatName() - Method in class mil.nga.giat.geowave.format.gpx.GpxIngestFormat
-
- getIngestFormatName() - Method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676IngestFormat
-
- getIngestFormatName() - Method in class mil.nga.giat.geowave.format.tdrive.TdriveIngestFormat
-
- getIngestFormatName() - Method in class mil.nga.giat.geowave.format.twitter.TwitterIngestFormat
-
- getIngestInfo(WritableDataAdapter<T>, PrimaryIndex, T, VisibilityWriter<T>) - Static method in class mil.nga.giat.geowave.core.store.util.DataStoreUtils
-
- getIngestOptions() - Method in class mil.nga.giat.geowave.cli.osm.operations.IngestOSMToGeoWaveCommand
-
- getIngestOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.KafkaToGeowaveCommand
-
- getIngestOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToGeowaveCommand
-
- getIngestOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToMapReduceToGeowaveCommand
-
- getIngestOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.MapReduceToGeowaveCommand
-
- getIngestWithAvroPlugin() - Method in interface mil.nga.giat.geowave.core.ingest.avro.AvroFormatPlugin
-
An implementation of ingestion that ingests Avro Java objects into
GeoWave
- getIngestWithAvroPlugin() - Method in class mil.nga.giat.geowave.format.avro.AvroIngestPlugin
-
- getIngestWithAvroPlugin() - Method in class mil.nga.giat.geowave.format.gdelt.GDELTIngestPlugin
-
- getIngestWithAvroPlugin() - Method in class mil.nga.giat.geowave.format.geolife.GeoLifeIngestPlugin
-
- getIngestWithAvroPlugin() - Method in class mil.nga.giat.geowave.format.gpx.GpxIngestPlugin
-
- getIngestWithAvroPlugin() - Method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676IngestPlugin
-
- getIngestWithAvroPlugin() - Method in class mil.nga.giat.geowave.format.tdrive.TdriveIngestPlugin
-
- getIngestWithAvroPlugin() - Method in class mil.nga.giat.geowave.format.twitter.TwitterIngestPlugin
-
- getInitializer() - Method in class mil.nga.giat.geowave.core.cli.prefix.PrefixedJCommander
-
- getInitialMaximum(StandardDeviation, double) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.StripWeakCentroidsRunner.MaxChangeBreakStrategy
-
- getInitialMaximum(StandardDeviation, double) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.StripWeakCentroidsRunner.StableChangeBreakStrategy
-
- getInitialMaximum(StandardDeviation, double) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.StripWeakCentroidsRunner.TailMaxBreakStrategy
-
- getInitialMaximum(StandardDeviation, double) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.StripWeakCentroidsRunner.TailStableChangeBreakStrategy
-
- getInputCoverageName() - Method in class mil.nga.giat.geowave.adapter.raster.operations.options.RasterTileResizeCommandLineOptions
-
- getInputFormatClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- getInputFormatClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getInputFormatClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getInputFormatConfiguration() - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- getInputHdfsPath() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- getInputIndexOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.KafkaToGeowaveCommand
-
- getInputIndexOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToGeowaveCommand
-
- getInputIndexOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToMapReduceToGeowaveCommand
-
- getInputIndexOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.MapReduceToGeowaveCommand
-
- getInputSplit() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getInputStoreOptions() - Method in class mil.nga.giat.geowave.adapter.raster.operations.ResizeCommand
-
- getInputStoreOptions() - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorLocalExportCommand
-
- getInputStoreOptions() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.DBScanCommand
-
- getInputStoreOptions() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KdeCommand
-
- getInputStoreOptions() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KmeansParallelCommand
-
- getInputStoreOptions() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.NearestNeighborCommand
-
- getInputStoreOptions() - Method in class mil.nga.giat.geowave.cli.osm.operations.IngestOSMToGeoWaveCommand
-
- getInputStoreOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.KafkaToGeowaveCommand
-
- getInputStoreOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToGeowaveCommand
-
- getInputStoreOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToMapReduceToGeowaveCommand
-
- getInputStoreOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.MapReduceToGeowaveCommand
-
- getInputStoreOptions() - Method in class mil.nga.giat.geowave.core.store.operations.remote.AbstractStatsCommand
-
- getInputStoreOptions() - Method in class mil.nga.giat.geowave.core.store.operations.remote.ClearCommand
-
- getInputStoreOptions() - Method in class mil.nga.giat.geowave.core.store.operations.remote.ListAdapterCommand
-
- getInputStoreOptions() - Method in class mil.nga.giat.geowave.core.store.operations.remote.RemoveAdapterCommand
-
- getInputStoreOptions() - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.AbstractSplitsCommand
-
- getInputStoreOptions() - Method in class mil.nga.giat.geowave.datastore.hbase.cli.CombineStatisticsCommand
-
- getInsertionId() - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getInsertionId() - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getInsertionId() - Method in class mil.nga.giat.geowave.core.store.base.EntryRowID
-
- getInsertionId() - Method in class mil.nga.giat.geowave.core.store.entities.GeowaveRowId
-
- getInsertionId() - Method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputKey
-
- getInsertionIdRangePerDimension() - Method in class mil.nga.giat.geowave.core.index.sfc.hilbert.HilbertSFC
-
- getInsertionIdRangePerDimension(SFCDimensionDefinition[]) - Method in interface mil.nga.giat.geowave.core.index.sfc.hilbert.HilbertSFCOperations
-
Get the range/size of a single insertion ID for each dimension
- getInsertionIdRangePerDimension(SFCDimensionDefinition[]) - Method in class mil.nga.giat.geowave.core.index.sfc.hilbert.PrimitiveHilbertSFCOperations
-
- getInsertionIdRangePerDimension(SFCDimensionDefinition[]) - Method in class mil.nga.giat.geowave.core.index.sfc.hilbert.UnboundedHilbertSFCOperations
-
- getInsertionIdRangePerDimension() - Method in interface mil.nga.giat.geowave.core.index.sfc.SpaceFillingCurve
-
Get the range/size of a single insertion ID for each dimension
- getInsertionIdRangePerDimension() - Method in class mil.nga.giat.geowave.core.index.sfc.zorder.ZOrderSFC
-
- getInsertionIds(MultiDimensionalNumericData) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.CompoundHierarchicalIndexStrategyWrapper
-
- getInsertionIds(MultiDimensionalNumericData, int) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.CompoundHierarchicalIndexStrategyWrapper
-
- getInsertionIds(MultiDimensionalNumericData) - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
- getInsertionIds(MultiDimensionalNumericData, int) - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
- getInsertionIds(EntryRangeType) - Method in interface mil.nga.giat.geowave.core.index.IndexStrategy
-
Returns a list of id's for insertion.
- getInsertionIds(EntryRangeType, int) - Method in interface mil.nga.giat.geowave.core.index.IndexStrategy
-
Returns a list of id's for insertion.
- getInsertionIds(MultiDimensionalNumericData) - Method in class mil.nga.giat.geowave.core.index.NullNumericIndexStrategy
-
- getInsertionIds(MultiDimensionalNumericData, int) - Method in class mil.nga.giat.geowave.core.index.NullNumericIndexStrategy
-
- getInsertionIds(MultiDimensionalNumericData) - Method in class mil.nga.giat.geowave.core.index.NumericIndexStrategyWrapper
-
- getInsertionIds(MultiDimensionalNumericData, int) - Method in class mil.nga.giat.geowave.core.index.NumericIndexStrategyWrapper
-
- getInsertionIds(MultiDimensionalNumericData) - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.SingleTierSubStrategy
-
- getInsertionIds(MultiDimensionalNumericData, int) - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.SingleTierSubStrategy
-
- getInsertionIds(MultiDimensionalNumericData) - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
Returns a list of id's for insertion.
- getInsertionIds(MultiDimensionalNumericData, int) - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
- getInsertionIds(MultiDimensionalNumericData) - Method in class mil.nga.giat.geowave.core.index.simple.HashKeyIndexStrategy
-
Returns an insertion id selected round-robin from a predefined pool
- getInsertionIds(MultiDimensionalNumericData, int) - Method in class mil.nga.giat.geowave.core.index.simple.HashKeyIndexStrategy
-
Returns all of the insertion ids for the range.
- getInsertionIds(MultiDimensionalNumericData) - Method in class mil.nga.giat.geowave.core.index.simple.RoundRobinKeyIndexStrategy
-
Returns an insertion id selected round-robin from a predefined pool
- getInsertionIds(MultiDimensionalNumericData, int) - Method in class mil.nga.giat.geowave.core.index.simple.RoundRobinKeyIndexStrategy
-
Returns an insertion id selected round-robin from a predefined pool
- getInsertionIds(MultiDimensionalNumericData) - Method in class mil.nga.giat.geowave.core.index.simple.SimpleNumericIndexStrategy
-
Returns all of the insertion ids for the range.
- getInsertionIds(MultiDimensionalNumericData, int) - Method in class mil.nga.giat.geowave.core.index.simple.SimpleNumericIndexStrategy
-
Returns all of the insertion ids for the range.
- getInsertionIds(PrimaryIndex) - Method in class mil.nga.giat.geowave.core.store.adapter.FitToIndexPersistenceEncoding
-
- getInsertionIds() - Method in class mil.nga.giat.geowave.core.store.base.DataStoreEntryInfo
-
- getInsertionIds(PrimaryIndex) - Method in class mil.nga.giat.geowave.core.store.data.CommonIndexedPersistenceEncoding
-
Given an index, convert this persistent encoding to a set of insertion
IDs for that index
- getInsertionIds(List<DataStoreEntryInfo.FieldInfo<Number>>) - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericFieldIndexStrategy
-
- getInsertionIds(List<DataStoreEntryInfo.FieldInfo<Number>>, int) - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericFieldIndexStrategy
-
- getInsertionIds(List<DataStoreEntryInfo.FieldInfo<Number>>) - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericIndexStrategy
-
- getInsertionIds(List<DataStoreEntryInfo.FieldInfo<Number>>, int) - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericIndexStrategy
-
- getInsertionIds(List<DataStoreEntryInfo.FieldInfo<Date>>) - Method in class mil.nga.giat.geowave.core.store.index.temporal.TemporalIndexStrategy
-
- getInsertionIds(List<DataStoreEntryInfo.FieldInfo<Date>>, int) - Method in class mil.nga.giat.geowave.core.store.index.temporal.TemporalIndexStrategy
-
- getInsertionIds(List<DataStoreEntryInfo.FieldInfo<String>>) - Method in class mil.nga.giat.geowave.core.store.index.text.TextIndexStrategy
-
- getInsertionIds(List<DataStoreEntryInfo.FieldInfo<String>>, int) - Method in class mil.nga.giat.geowave.core.store.index.text.TextIndexStrategy
-
- getInstance(Enum<?>, Class<T>, Class<? extends T>) - Method in class mil.nga.giat.geowave.analytic.ScopedJobConfiguration
-
- getInstance() - Static method in class mil.nga.giat.geowave.core.cli.spi.OperationRegistry
-
- getInstance(String) - Static method in class mil.nga.giat.geowave.core.store.util.DataAdapterAndIndexCache
-
- getInstance() - Method in interface mil.nga.giat.geowave.datastore.accumulo.AccumuloOperations
-
- getInstance() - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- getInstance() - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloRequiredOptions
-
- getInstance() - Static method in class mil.nga.giat.geowave.datastore.accumulo.util.ConnectorPool
-
- getInstance() - Static method in class mil.nga.giat.geowave.datastore.hbase.util.ConnectionPool
-
- getInstance() - Static method in class mil.nga.giat.geowave.examples.ingest.bulk.GeonamesSimpleFeatureType
-
- getInstance(Class<?>, Enum<?>, JobContext, Class<T>) - Static method in class mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase
-
- getInstance(Class<?>, Enum<?>, JobContext, Class<T>, Class<? extends T>) - Static method in class mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase
-
- getInstance() - Static method in class mil.nga.giat.geowave.test.AccumuloStoreTestEnvironment
-
- getInstance() - Static method in class mil.nga.giat.geowave.test.HBaseStoreTestEnvironment
-
- getInstance() - Static method in class mil.nga.giat.geowave.test.kafka.KafkaTestEnvironment
-
- getInstance() - Static method in class mil.nga.giat.geowave.test.mapreduce.MapReduceTestEnvironment
-
- getInstance() - Static method in class mil.nga.giat.geowave.test.service.ServicesTestEnvironment
-
- getInstance() - Static method in class mil.nga.giat.geowave.test.ZookeeperTestEnvironment
-
- getInt(Enum<?>, int) - Method in class mil.nga.giat.geowave.analytic.ScopedJobConfiguration
-
- getIntegerVal(Element) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getIntegerVal(Element, String, int) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getIntegerVal(Element, String) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getIntegerVal(Element, String, Namespace) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getIntermediateData() - Method in class mil.nga.giat.geowave.format.stanag4676.IngestMessageHandler
-
- getInterpolation() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getInterpolation() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderWMSFacade
-
- getInterpolationOrdinals() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- getInterpolationOverride() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterConfig
-
- getInterpolations() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- getItem1() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItemDistanceFn.ClusterProfileContext
-
- getItem2() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItemDistanceFn.ClusterProfileContext
-
- getItemFactory() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory
-
- getIterationID() - Method in interface mil.nga.giat.geowave.analytic.AnalyticItemWrapper
-
- getIterationID() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory.CentroidItemWrapper
-
- getIterationID() - Method in class mil.nga.giat.geowave.analytic.clustering.LongCentroid
-
- getIterationID() - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper
-
- getIterationsCount() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.IterationCountCalculateRunner
-
- getIteratorClass() - Method in class mil.nga.giat.geowave.datastore.accumulo.IteratorConfig
-
- getIteratorConfig() - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AbstractAccumuloPersistence
-
- getIteratorConfig() - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloDataStatisticsStore
-
- getIteratorName() - Method in class mil.nga.giat.geowave.datastore.accumulo.IteratorConfig
-
- getIteratorPriority() - Method in class mil.nga.giat.geowave.datastore.accumulo.IteratorConfig
-
- getIteratorSetting() - Static method in class mil.nga.giat.geowave.datastore.accumulo.query.AttributeSubsettingIterator
-
- getJar() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getJar() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getJob(Tool) - Method in interface mil.nga.giat.geowave.analytic.mapreduce.MapReduceIntegration
-
- getJob(Tool) - Method in class mil.nga.giat.geowave.analytic.mapreduce.ToolRunnerMapReduceIntegration
-
- getJob1Mapper() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonStatsJobRunner
-
- getJob1Mapper() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDEJobRunner
-
- getJob1Name() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonStatsJobRunner
-
- getJob1Name() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDEJobRunner
-
- getJob1Reducer() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonStatsJobRunner
-
- getJob1Reducer() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDEJobRunner
-
- getJob2Name() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonStatsJobRunner
-
- getJob2Name() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDEJobRunner
-
- getJob2NumReducers(int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonStatsJobRunner
-
- getJob2NumReducers(int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDEJobRunner
-
- getJob2OutputFormatClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonStatsJobRunner
-
- getJob2OutputFormatClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDEJobRunner
-
- getJob2OutputKeyClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonStatsJobRunner
-
- getJob2OutputKeyClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDEJobRunner
-
- getJob2OutputValueClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonStatsJobRunner
-
- getJob2OutputValueClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDEJobRunner
-
- getJob2Partitioner() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonStatsJobRunner
-
- getJob2Partitioner() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDEJobRunner
-
- getJob2Reducer() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonStatsJobRunner
-
- getJob2Reducer() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDEJobRunner
-
- getJobContextAdapterStore(Class<?>, JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase
-
- getJobContextAdapterStore(JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- getJobContextAdapterStore(JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputFormat
-
- getJobContextDataStatisticsStore(JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- getJobContextIndexStore(Class<?>, JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase
-
- getJobContextIndexStore(JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- getJobContextIndexStore(JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputFormat
-
- getJobID() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getJobID() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getJobName() - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.ConvexHullJobRunner
-
- getJobName() - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.GeoWaveInputLoadJobRunner
-
- getJobName() - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.GroupAssigmentJobRunner
-
- getJobName() - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- getJobName() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansDistortionJobRunner
-
- getJobName() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansJobRunner
-
- getJobName() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KSamplerJobRunner
-
- getJobName() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.UpdateCentroidCostJobRunner
-
- getJobName() - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNJobRunner
-
- getJobName() - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- getJobName() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.AbstractMapReduceIngest
-
- getJobName() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getJobName() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getJobSetupCleanupNeeded() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getJobSetupCleanupNeeded() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getJobtracker() - Method in class mil.nga.giat.geowave.test.mapreduce.MapReduceTestEnvironment
-
- getJobTrackerHostPort() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.MapReduceCommandLineOptions
-
- getJobTrackerOrResourceManagerHostPort() - Method in class mil.nga.giat.geowave.analytic.mapreduce.HadoopOptions
-
- getJobTrackerOrResourceManagerHostPort() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.MapReduceCommandLineOptions
-
- getJobTrackerOrResourceManHostPort() - Method in class mil.nga.giat.geowave.adapter.raster.operations.options.RasterTileResizeCommandLineOptions
-
- getJobTrackerOrResourceManHostPort() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- getJumpKplusplusMin() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansJumpOptions
-
- getJumpRangeOfCentroids() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansJumpOptions
-
- getKafkaBrokerConfig() - Static method in class mil.nga.giat.geowave.test.kafka.KafkaTestUtils
-
- getKafkaOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.KafkaToGeowaveCommand
-
- getKafkaOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToKafkaCommand
-
- getKafkaParamName() - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaCommandLineArgument
-
- getKdeOptions() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KdeCommand
-
- getKey() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.KeyValueData
-
- getKey() - Method in class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloKeyValuePair
-
- getKeyFromBigInteger(BigInteger, int) - Static method in class mil.nga.giat.geowave.mapreduce.splits.SplitsProvider
-
- getKeyPrefix() - Method in class mil.nga.giat.geowave.datastore.accumulo.MergingVisibilityCombiner
-
- getKeyPrefix() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AttributeSubsettingIterator
-
- getKM(Length) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.util.Length
-
- getKM() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.Length
-
- getKmeansCommonOptions() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KmeansJumpCommand
-
- getKmeansCommonOptions() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KmeansParallelCommand
-
- getKmeansJumpOptions() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KmeansJumpCommand
-
- getKmeansParallelOptions() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KmeansParallelCommand
-
- getLatitude() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node.Builder
-
Gets the value of the 'latitude' field
- getLatitude() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node
-
Gets the value of the 'latitude' field.
- getLatitude() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Get the latitude (radians)
- getLatitude(int) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Get the latitude (degrees or radians)
- getLatitude() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Gets the value of the 'latitude' field
- getLatitude() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint
-
Gets the value of the 'latitude' field.
- getLayer(String) - Method in class mil.nga.giat.geowave.service.client.GeoserverServiceClient
-
- getLayer(String) - Method in interface mil.nga.giat.geowave.service.GeoserverService
-
- getLayer(String) - Method in class mil.nga.giat.geowave.service.impl.GeoserverServiceImpl
-
- getLayers() - Method in class mil.nga.giat.geowave.service.client.GeoserverServiceClient
-
- getLayers() - Method in interface mil.nga.giat.geowave.service.GeoserverService
-
- getLayers() - Method in class mil.nga.giat.geowave.service.impl.GeoserverServiceImpl
-
- getLeftMostCount() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.RowRangeHistogramStatistics
-
- getLength(Length.LengthUnits) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.Length
-
- getLength() - Method in class mil.nga.giat.geowave.mapreduce.splits.GeoWaveInputSplit
-
This implementation of length is only an estimate, it does not provide
exact values.
- getLexicoder() - Method in class mil.nga.giat.geowave.core.index.simple.SimpleNumericIndexStrategy
-
- getLimit() - Method in interface mil.nga.giat.geowave.adapter.vector.plugin.QueryIssuer
-
- getLimit() - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- getLinkedClusters() - Method in interface mil.nga.giat.geowave.analytic.mapreduce.dbscan.Cluster
-
- getLinkedClusters(boolean) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanClusterList
-
- getLinkedClusters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanClusterList
-
- getListenerManager() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
- getLoadedIndexes() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexLoader
-
- getLocalCacheArchives() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getLocalCacheArchives() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getLocalCacheFiles() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getLocalCacheFiles() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getLocalInputOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.KafkaToGeowaveCommand
-
- getLocalInputOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToGeowaveCommand
-
- getLocalInputOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToHdfsCommand
-
- getLocalInputOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToKafkaCommand
-
- getLocalInputOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToMapReduceToGeowaveCommand
-
- getLocalInputOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.MapReduceToGeowaveCommand
-
- getLocation() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- getLocation() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
- getLocation() - Method in class mil.nga.giat.geowave.mapreduce.splits.RangeLocationPair
-
- getLocations() - Method in class mil.nga.giat.geowave.mapreduce.splits.GeoWaveInputSplit
-
- getLockingManagement(GeoWavePluginConfig) - Static method in class mil.nga.giat.geowave.adapter.vector.plugin.lock.AbstractLockingManagement
-
- getLockingManagement() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.lock.AuthorizedLock
-
- getLockingManagementFactory() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- getLogger() - Static method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- getLongitude() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node.Builder
-
Gets the value of the 'longitude' field
- getLongitude() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node
-
Gets the value of the 'longitude' field.
- getLongitude() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Get the longitude (radians)
- getLongitude(int) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Get the longitude (degrees or radians)
- getLongitude() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Gets the value of the 'longitude' field
- getLongitude() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint
-
Gets the value of the 'longitude' field.
- getLongVal(Element) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getLongVal(Element, String, long) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getLongVal(Element, String) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getLongVal(Element, String, Namespace) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getLowerValue() - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumberRangeFilter
-
- getLowValues() - Method in class mil.nga.giat.geowave.adapter.raster.stats.HistogramConfig
-
- getM(Length) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.util.Length
-
- getM() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.Length
-
- getMainParameter() - Method in class mil.nga.giat.geowave.mapreduce.dedupe.GeoWaveDedupeJobRunner.MainParameterHolder
-
- getMakeDefault() - Method in class mil.nga.giat.geowave.core.store.operations.config.AddIndexCommand
-
- getMakeDefault() - Method in class mil.nga.giat.geowave.core.store.operations.config.AddStoreCommand
-
- getManagements() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
Provides management information about this track
- getManagements() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
Provides management information about this track
- getManager() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.visibility.VisibilityConfiguration
-
- getManagerClassName() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.visibility.VisibilityConfiguration
-
- getMapHeight() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- getMapOutputKeyClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getMapOutputKeyClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getMapOutputValueClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getMapOutputValueClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getMapperClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getMapperClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getMapperType() - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- getMappingAttribute() - Method in class mil.nga.giat.geowave.cli.osm.osmfeature.types.features.FeatureDefinition
-
- getMappingContents() - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- getMappingFile() - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- getMappingName() - Method in class mil.nga.giat.geowave.cli.osm.osmfeature.types.features.FeatureDefinition
-
- getMapReduceConfigFile() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- getMapReduceHdfsBaseDir() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- getMapReduceHdfsHostPort() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- getMapReduceIntegrater() - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- getMapReduceJobtrackerHostPort() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- getMapReduceOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToMapReduceToGeowaveCommand
-
- getMapReduceOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.MapReduceToGeowaveCommand
-
- getMapReduceYarnResourceManager() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- getMapWidth() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- getMax() - Method in interface mil.nga.giat.geowave.core.index.sfc.data.NumericData
-
- getMax() - Method in class mil.nga.giat.geowave.core.index.sfc.data.NumericRange
-
- getMax() - Method in class mil.nga.giat.geowave.core.index.sfc.data.NumericValue
-
- getMax() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.NumericRangeDataStatistics
-
- getMax() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.RowRangeDataStatistics
-
- getMaxBuffer() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderWMSFacade
-
- getMaxCoordinate() - Method in class mil.nga.giat.geowave.core.index.CoordinateRange
-
- getMaxErrors() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- getMaxFilters() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- getMaximumSplitCount(Class<?>, JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputConfigurator
-
- getMaximumSplitCount(JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- getMaximumValue() - Method in class mil.nga.giat.geowave.core.index.lexicoder.DoubleLexicoder
-
- getMaximumValue() - Method in class mil.nga.giat.geowave.core.index.lexicoder.IntegerLexicoder
-
- getMaximumValue() - Method in class mil.nga.giat.geowave.core.index.lexicoder.LongLexicoder
-
- getMaximumValue() - Method in interface mil.nga.giat.geowave.core.index.lexicoder.NumberLexicoder
-
Get the maximum value of the range of numbers that this lexicoder can
encode and decode (i.e.
- getMaximumValue() - Method in class mil.nga.giat.geowave.core.index.lexicoder.ShortLexicoder
-
- getMaxLat() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Gets the value of the 'max_lat' field
- getMaxLat() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Gets the value of the 'max_lat' field.
- getMaxLevel() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- getMaxLon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Gets the value of the 'max_lon' field
- getMaxLon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Gets the value of the 'max_lon' field.
- getMaxMapAttempts() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getMaxMapAttempts() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getMaxOr(Date, int) - Method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalConstraints
-
- getMaxReduceAttempts() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getMaxReduceAttempts() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getMaxRenderingErrors() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderWMSFacade
-
- getMaxRenderingTime() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderWMSFacade
-
- getMaxRenderTime(int, WMS) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- getMaxRenderTime() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- getMaxRequestMemory() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderWMSFacade
-
- getMaxResolutionSubsamplingPerDimension() - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- getMaxSplits() - Method in class mil.nga.giat.geowave.adapter.raster.operations.options.RasterTileResizeCommandLineOptions
-
- getMaxSplits() - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorMRExportOptions
-
- getMaxSplits() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- getMaxTime() - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureTimeRangeStatistics
-
- getMaxValue() - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureFixedBinNumericStatistics.FeatureFixedBinConfig
-
- getMaxValue() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.FixedBinNumericHistogram
-
- getMaxValue() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.MinimalBinDistanceHistogram
-
- getMaxValue() - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.histogram.NumericHistogram
-
- getMaxValuesPerDimension() - Method in class mil.nga.giat.geowave.core.index.sfc.data.BasicNumericDataset
-
- getMaxValuesPerDimension() - Method in class mil.nga.giat.geowave.core.index.sfc.data.BinnedNumericDataset
-
- getMaxValuesPerDimension() - Method in interface mil.nga.giat.geowave.core.index.sfc.data.MultiDimensionalNumericData
-
- getMaxX() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.GridCoverageWritable
-
- getMaxX() - Method in class mil.nga.giat.geowave.core.geotime.store.statistics.BoundingBoxDataStatistics
-
- getMaxY() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.GridCoverageWritable
-
- getMaxY() - Method in class mil.nga.giat.geowave.core.geotime.store.statistics.BoundingBoxDataStatistics
-
- getMember() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember.Builder
-
Gets the value of the 'member' field
- getMember() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember
-
Gets the value of the 'member' field.
- getMember() - Method in class mil.nga.giat.geowave.core.cli.prefix.TranslationEntry
-
- getMembers() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Relation.Builder
-
Gets the value of the 'members' field
- getMembers() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Relation
-
Gets the value of the 'members' field.
- getMemberType() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember.Builder
-
Gets the value of the 'member_type' field
- getMemberType() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember
-
Gets the value of the 'member_type' field.
- getMergeable(Key, byte[]) - Method in class mil.nga.giat.geowave.datastore.accumulo.MergingCombiner
-
- getMergeable(Key, byte[]) - Method in class mil.nga.giat.geowave.datastore.accumulo.MergingVisibilityCombiner
-
- getMergeable(Key, byte[]) - Method in class mil.nga.giat.geowave.datastore.accumulo.RowMergingCombiner
-
- getMergeable(Key, byte[]) - Method in class mil.nga.giat.geowave.datastore.accumulo.RowMergingVisibilityCombiner
-
- getMergedCoverage(GeoWaveInputKey, Iterable<Object>) - Method in class mil.nga.giat.geowave.adapter.raster.resize.RasterTileResizeHelper
-
- getMergeStrategy() - Method in class mil.nga.giat.geowave.format.geotools.raster.RasterOptionProvider
-
- getMessages() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- getMessageTime() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.NATO4676Message
-
- getMetadata(GridCoverage, RasterDataAdapter) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.nodata.NoDataMergeStrategy
-
- getMetadata(GridCoverage, RasterDataAdapter) - Method in interface mil.nga.giat.geowave.adapter.raster.adapter.merge.RasterTileMergeStrategy
-
- getMetadata(GridCoverage, Map, RasterDataAdapter) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.RootMergeStrategy
-
- getMetadata(GridCoverage, RasterDataAdapter) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.SimpleAbstractMergeStrategy
-
- getMetadata() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getMetadata() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterTile
-
- getMetaData() - Method in class mil.nga.giat.geowave.core.store.index.IndexMetaDataSet
-
- getMetadataBrokerList() - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaProducerCommandLineOptions
-
- getMetadataNames() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getMetadataNames(String) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getMetadataValue(String) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getMetadataValue(String, String) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getMidpoint(GeoWaveRowRange) - Static method in class mil.nga.giat.geowave.mapreduce.splits.SplitsProvider
-
- getMin() - Method in interface mil.nga.giat.geowave.core.index.sfc.data.NumericData
-
- getMin() - Method in class mil.nga.giat.geowave.core.index.sfc.data.NumericRange
-
- getMin() - Method in class mil.nga.giat.geowave.core.index.sfc.data.NumericValue
-
- getMin() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.NumericRangeDataStatistics
-
- getMin() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.RowRangeDataStatistics
-
- getMinCoordinate() - Method in class mil.nga.giat.geowave.core.index.CoordinateRange
-
- getMinimumSplitCount(Class<?>, JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputConfigurator
-
- getMinimumSplitCount(JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- getMinimumValue() - Method in class mil.nga.giat.geowave.core.index.lexicoder.DoubleLexicoder
-
- getMinimumValue() - Method in class mil.nga.giat.geowave.core.index.lexicoder.IntegerLexicoder
-
- getMinimumValue() - Method in class mil.nga.giat.geowave.core.index.lexicoder.LongLexicoder
-
- getMinimumValue() - Method in interface mil.nga.giat.geowave.core.index.lexicoder.NumberLexicoder
-
Get the minimum value of the range of numbers that this lexicoder can
encode and decode (i.e.
- getMinimumValue() - Method in class mil.nga.giat.geowave.core.index.lexicoder.ShortLexicoder
-
- getMinLat() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Gets the value of the 'min_lat' field
- getMinLat() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Gets the value of the 'min_lat' field.
- getMinLevel() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- getMinLon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Gets the value of the 'min_lon' field
- getMinLon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Gets the value of the 'min_lon' field.
- getMinOr(Date, int) - Method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalConstraints
-
- getMinSplits() - Method in class mil.nga.giat.geowave.adapter.raster.operations.options.RasterTileResizeCommandLineOptions
-
- getMinSplits() - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorMRExportOptions
-
- getMinSplits() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- getMinTime() - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureTimeRangeStatistics
-
- getMinValue() - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureFixedBinNumericStatistics.FeatureFixedBinConfig
-
- getMinValue() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.FixedBinNumericHistogram
-
- getMinValue() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.MinimalBinDistanceHistogram
-
- getMinValue() - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.histogram.NumericHistogram
-
- getMinValuesPerDimension() - Method in class mil.nga.giat.geowave.core.index.sfc.data.BasicNumericDataset
-
- getMinValuesPerDimension() - Method in class mil.nga.giat.geowave.core.index.sfc.data.BinnedNumericDataset
-
- getMinValuesPerDimension() - Method in interface mil.nga.giat.geowave.core.index.sfc.data.MultiDimensionalNumericData
-
- getMinX() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.GridCoverageWritable
-
- getMinX() - Method in class mil.nga.giat.geowave.core.geotime.store.statistics.BoundingBoxDataStatistics
-
- getMinY() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.GridCoverageWritable
-
- getMinY() - Method in class mil.nga.giat.geowave.core.geotime.store.statistics.BoundingBoxDataStatistics
-
- getMission() - Method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChip
-
- getMissionId() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionFrame
-
- getMissionId() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummary
-
- getMissionId() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- getMissionId() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackMessage
-
- getMissionSummary() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummaryMessage
-
- getMM() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.Length
-
- getModel() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bytes model = 4;
- getModel() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
optional bytes model = 4;
- getModel() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes model = 4;
- getModel() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes model = 4;
- getModel() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
optional bytes model = 4;
- getModel() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes model = 4;
- getMotionImages() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
Provides video (motion imagery) information about this track
- getMotionImages() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
Provides video (motion imagery) information about this track
- getMotionPoints() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- getMrOptions() - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorMRExportCommand
-
- getMultiDimensionalId() - Method in class mil.nga.giat.geowave.core.index.MultiDimensionalCoordinateRanges
-
- getMultiDimensionalId() - Method in class mil.nga.giat.geowave.core.index.MultiDimensionalCoordinates
-
- getMultiScanner(Integer, double[]) - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseFilteredIndexQuery
-
- getMultiScanner(Integer, double[]) - Method in class mil.nga.giat.geowave.datastore.hbase.query.InputFormatHBaseRangeQuery
-
- getMyTransactionState(Transaction, GeoWaveFeatureSource) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
Used to retrieve the TransactionStateDiff for this transaction.
- getName() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- getName() - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getName() - Method in interface mil.nga.giat.geowave.analytic.AnalyticItemWrapper
-
- getName() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory.CentroidItemWrapper
-
- getName() - Method in class mil.nga.giat.geowave.analytic.clustering.LongCentroid
-
- getName() - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper
-
- getName() - Method in class mil.nga.giat.geowave.cli.geoserver.ConfigGeoServerCommand
-
- getName() - Method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalConstraints
-
- getName() - Method in class mil.nga.giat.geowave.core.store.config.ConfigOption
-
- getName() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType.Builder
-
required string name = 1;
- getName() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType
-
required string name = 1;
- getName() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationTypeOrBuilder
-
required string name = 1;
- getName() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType.Builder
-
required string name = 1;
- getName() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType
-
required string name = 1;
- getName() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationTypeOrBuilder
-
required string name = 1;
- getName() - Method in class mil.nga.giat.geowave.format.geotools.raster.NoDataMergeStrategyProvider
-
- getName() - Method in class mil.nga.giat.geowave.format.geotools.raster.NoMergeStrategyProvider
-
- getName() - Method in interface mil.nga.giat.geowave.format.geotools.raster.RasterMergeStrategyProviderSpi
-
- getName() - Method in interface mil.nga.giat.geowave.format.landsat8.Landsat8BandConverterSpi
-
- getName() - Method in class mil.nga.giat.geowave.format.landsat8.qa.QABandToIceMaskConverter
-
- getName() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummary
-
The name of a mission
- getName() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRunParameter
-
- getNameBytes() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType.Builder
-
required string name = 1;
- getNameBytes() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType
-
required string name = 1;
- getNameBytes() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationTypeOrBuilder
-
required string name = 1;
- getNameBytes() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType.Builder
-
required string name = 1;
- getNameBytes() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType
-
required string name = 1;
- getNameBytes() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationTypeOrBuilder
-
required string name = 1;
- getNameNode() - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- getNameNode() - Method in class mil.nga.giat.geowave.cli.osm.parser.OsmPbfParserOptions
-
- getNameOverride() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexPluginOptions
-
- getNamespace() - Method in class mil.nga.giat.geowave.core.store.operations.config.AddIndexCommand
-
- getNamespace() - Method in class mil.nga.giat.geowave.core.store.operations.config.AddIndexGroupCommand
-
- getNamespace() - Method in class mil.nga.giat.geowave.core.store.operations.config.AddStoreCommand
-
- getNamespace() - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseCommandLineOptions
-
- getNamespaces(Connector) - Static method in class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloUtils
-
Get Namespaces
- getNationality() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.IDdata
-
- getNationality() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
- getNativeFieldIds() - Method in class mil.nga.giat.geowave.adapter.vector.FeatureGeometryHandler
-
- getNativeFieldIds() - Method in class mil.nga.giat.geowave.adapter.vector.FeatureTimeRangeHandler
-
- getNativeFieldIds() - Method in class mil.nga.giat.geowave.adapter.vector.FeatureTimestampHandler
-
- getNativeFieldIds() - Method in interface mil.nga.giat.geowave.core.store.adapter.IndexFieldHandler
-
- getNativeIteratorWrapper(Iterator<Result>) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.AbstractHBasePersistence
-
- getNativeIteratorWrapper(Iterator<Result>) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseDataStatisticsStore
-
This function converts results and merges data statistic elements
together that have the same id.
- getNaturalSplits() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.CompoundHierarchicalIndexStrategyWrapper
-
- getNaturalSplits() - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
- getNaturalSplits() - Method in interface mil.nga.giat.geowave.core.index.IndexStrategy
-
Get the set of natural splits for this index strategy.
- getNaturalSplits() - Method in class mil.nga.giat.geowave.core.index.NullNumericIndexStrategy
-
- getNaturalSplits() - Method in class mil.nga.giat.geowave.core.index.NumericIndexStrategyWrapper
-
- getNaturalSplits() - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.SingleTierSubStrategy
-
- getNaturalSplits() - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
- getNaturalSplits() - Method in class mil.nga.giat.geowave.core.index.simple.HashKeyIndexStrategy
-
- getNaturalSplits() - Method in class mil.nga.giat.geowave.core.index.simple.RoundRobinKeyIndexStrategy
-
- getNaturalSplits() - Method in class mil.nga.giat.geowave.core.index.simple.SimpleNumericIndexStrategy
-
- getNaturalSplits() - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericFieldIndexStrategy
-
- getNaturalSplits() - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericIndexStrategy
-
- getNaturalSplits() - Method in class mil.nga.giat.geowave.core.store.index.temporal.TemporalIndexStrategy
-
- getNaturalSplits() - Method in class mil.nga.giat.geowave.core.store.index.text.TextIndexStrategy
-
- getNBestBands() - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8BasicCommandLineOptions
-
- getNBestScenes() - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8BasicCommandLineOptions
-
- getNeighbor() - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNData
-
- getNewCoverageId() - Method in class mil.nga.giat.geowave.adapter.raster.resize.RasterTileResizeHelper
-
- getNextEncodedResult() - Method in class mil.nga.giat.geowave.core.store.util.EntryIteratorWrapper
-
- getNextEncodedResult() - Method in class mil.nga.giat.geowave.datastore.hbase.util.MergingEntryIterator
-
- getNextPrefix(byte[]) - Static method in class mil.nga.giat.geowave.datastore.hbase.util.HBaseUtils
-
- getNextRowForSkip(byte[], int) - Static method in class mil.nga.giat.geowave.core.index.IndexUtils
-
- getNextUniqueClassName() - Static method in class mil.nga.giat.geowave.core.cli.prefix.JavassistUtils
-
Allows us to generate unique class names for generated classes
- getNextUniqueFieldName() - Static method in class mil.nga.giat.geowave.core.cli.prefix.JavassistUtils
-
Allows us to generate unique field names for generated classes
- getNM() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.Length
-
- getNnOptions() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.NearestNeighborCommand
-
- getNoData() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureReader
-
- getNodata(int) - Method in class mil.nga.giat.geowave.format.geotools.raster.RasterOptionProvider
-
- getNoDataBinary(double[][]) - Static method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getNoDataIndices() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.nodata.NoDataByFilter
-
- getNoDataIndices() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.nodata.NoDataBySampleIndex
-
- getNoDataIndices() - Method in interface mil.nga.giat.geowave.adapter.raster.adapter.merge.nodata.NoDataMetadata
-
- getNoDataPerBand() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.nodata.NoDataByFilter
-
- getNoDataValueFromName(String) - Static method in class mil.nga.giat.geowave.format.landsat8.RasterIngestRunner
-
- getNoDataValuesPerBand() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getNodeById(long) - Method in class mil.nga.giat.geowave.cli.osm.parser.OsmXmlLoader
-
- getNodeById(WayNode) - Method in class mil.nga.giat.geowave.cli.osm.parser.OsmXmlLoader
-
- getNodes() - Method in class mil.nga.giat.geowave.cli.osm.parser.OsmXmlLoader
-
- getNodes() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Way.Builder
-
Gets the value of the 'nodes' field
- getNodes() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Way
-
Gets the value of the 'nodes' field.
- getNodesBasePath() - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- getNodesBasePath() - Method in class mil.nga.giat.geowave.cli.osm.parser.OsmPbfParserOptions
-
- getNodesById(Way) - Method in class mil.nga.giat.geowave.cli.osm.parser.OsmXmlLoader
-
- getNormalizedEarthTangentVector(double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
- getNormalizedLongitude(double) - Static method in class mil.nga.giat.geowave.core.geotime.index.dimension.LongitudeDefinition
-
Normalizes a longitude value
- getNormalizedMax() - Method in class mil.nga.giat.geowave.core.index.dimension.bin.BinRange
-
- getNormalizedMin() - Method in class mil.nga.giat.geowave.core.index.dimension.bin.BinRange
-
- getNormalizedRanges(NumericData) - Method in class mil.nga.giat.geowave.core.geotime.index.dimension.LongitudeDefinition
-
Method is used to normalize the ranges on a Cartesian plane.
- getNormalizedRanges(NumericData) - Method in class mil.nga.giat.geowave.core.geotime.index.dimension.TemporalBinningStrategy
-
- getNormalizedRanges(NumericData) - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.SpatialField
-
- getNormalizedRanges(NumericData) - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.TimeField
-
- getNormalizedRanges(NumericData) - Method in class mil.nga.giat.geowave.core.index.dimension.BasicDimensionDefinition
-
- getNormalizedRanges(NumericData) - Method in interface mil.nga.giat.geowave.core.index.dimension.bin.BinningStrategy
-
Return a set of normalized ranges (each of which are confined to the
normalized min and max of this binning strategy) with a bin for each of
the ranges.
- getNormalizedRanges(NumericData) - Method in interface mil.nga.giat.geowave.core.index.dimension.NumericDimensionDefinition
-
Returns the set of normalized ranges
- getNormalizedRanges(NumericData) - Method in class mil.nga.giat.geowave.core.index.dimension.UnboundedDimensionDefinition
-
- getNormalizedRanges(NumericData) - Method in class mil.nga.giat.geowave.core.index.sfc.SFCDimensionDefinition
-
- getNormalizedRanges(NumericData) - Method in class mil.nga.giat.geowave.core.store.dimension.ArrayField
-
- getNormalizedRanges(NumericData) - Method in class mil.nga.giat.geowave.format.landsat8.index.Landsat8TemporalBinningStrategy
-
- getNormalizedValue() - Method in class mil.nga.giat.geowave.core.index.dimension.bin.BinValue
-
- getNumber() - Method in class mil.nga.giat.geowave.datastore.accumulo.split.SplitCommandLineOptions
-
- getNumberOfDimensions() - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
Get the total number of dimensions from all sub-strategies
- getNumberOfDimensionsPerIndexStrategy() - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
Get the number of dimensions of each sub-strategy
- getNumberOfDuplicates() - Method in class mil.nga.giat.geowave.core.store.base.EntryRowID
-
- getNumberOfDuplicates() - Method in class mil.nga.giat.geowave.core.store.entities.GeowaveRowId
-
- getNumBins() - Method in class mil.nga.giat.geowave.adapter.raster.stats.HistogramConfig
-
- getNumBins() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.FixedBinNumericHistogram
-
- getNumBins() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.MinimalBinDistanceHistogram
-
- getNumBins() - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.histogram.NumericHistogram
-
- getNumChanges() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Gets the value of the 'num_changes' field
- getNumChanges() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Gets the value of the 'num_changes' field.
- getNumDimensions() - Method in class mil.nga.giat.geowave.core.index.MultiDimensionalCoordinateRanges
-
- getNumDimensions() - Method in class mil.nga.giat.geowave.core.index.MultiDimensionalCoordinates
-
- getNumericData(NumericDimensionField[]) - Method in class mil.nga.giat.geowave.adapter.vector.WholeFeatureAdapterEncoding
-
- getNumericData(T) - Method in class mil.nga.giat.geowave.analytic.partitioner.AbstractPartitioner
-
- getNumericData(AdapterBasedPartitioner.AdapterDataEntry) - Method in class mil.nga.giat.geowave.analytic.partitioner.AdapterBasedPartitioner
-
- getNumericData(T) - Method in class mil.nga.giat.geowave.analytic.partitioner.OrthodromicDistancePartitioner
-
- getNumericData(GeometryWrapper) - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.LatitudeField
-
- getNumericData(GeometryWrapper) - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.LongitudeField
-
- getNumericData(Time) - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.TimeField
-
- getNumericData(NumericDimensionField[]) - Method in class mil.nga.giat.geowave.core.store.data.CommonIndexedPersistenceEncoding
-
Given an ordered set of dimensions, convert this persistent encoding
common index data into a MultiDimensionalNumericData object that can then
be used by the Index
- getNumericData(ArrayWrapper<T>) - Method in class mil.nga.giat.geowave.core.store.dimension.ArrayField
-
- getNumericData(T) - Method in interface mil.nga.giat.geowave.core.store.dimension.NumericDimensionField
-
Decode a numeric value or range from the raw field value
- getNumericIndexStrategyFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes numericIndexStrategyFilter = 7;
- getNumericIndexStrategyFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
optional bytes numericIndexStrategyFilter = 7;
- getNumericIndexStrategyFilter() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes numericIndexStrategyFilter = 7;
- getNumGreatCircleSegments(EarthVector, double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
- getNumGreatCircleSegments(EarthVector, double, boolean) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
- getNumObjects() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackClassification
-
- getNumOverviews() - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getNumOverviews() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getNumOverviews(String) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getNumPartitions() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexPluginOptions
-
- getNumReduceTasks() - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.GeoWaveAnalyticExtractJobRunner
-
- getNumReduceTasks() - Method in class mil.nga.giat.geowave.mapreduce.dedupe.GeoWaveDedupeJobRunner
-
- getNumReduceTasks() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getNumReduceTasks() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getNumSampleDimensions() - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getNumThreads() - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- getObject() - Method in class mil.nga.giat.geowave.core.cli.prefix.TranslationEntry
-
- getObject(ByteArrayId, ByteArrayId, String...) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AbstractAccumuloPersistence
-
- getObject(ByteArrayId, ByteArrayId, String...) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.AbstractHBasePersistence
-
- getObjectFromCache(ByteArrayId, ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.metadata.AbstractGeowavePersistence
-
- getObjectFromCache(ByteArrayId, ByteArrayId) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloDataStatisticsStore
-
- getObjectMask() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- getObjects() - Method in class mil.nga.giat.geowave.core.cli.prefix.JCommanderTranslationMap
-
Objects are the facades.
- getObjects(String...) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AbstractAccumuloPersistence
-
- getObjects(String...) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.AbstractHBasePersistence
-
- getObjectWritable() - Method in class mil.nga.giat.geowave.analytic.AdapterWithObjectWritable
-
- getOpen() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Gets the value of the 'open' field
- getOpen() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Gets the value of the 'open' field.
- getOpenIterator() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureCollection
-
- getOperation() - Method in class mil.nga.giat.geowave.core.cli.parser.OperationParser.OperationContext
-
- getOperation(Class<?>) - Method in class mil.nga.giat.geowave.core.cli.spi.OperationRegistry
-
Get the exported service entry by class name
- getOperationClass() - Method in class mil.nga.giat.geowave.core.cli.spi.OperationEntry
-
- getOperationEntry() - Method in class mil.nga.giat.geowave.core.cli.parser.OperationParser.OperationContext
-
- getOperationMap() - Method in interface mil.nga.giat.geowave.core.cli.api.OperationParams
-
Operations that were parsed & instantiated for execution
- getOperationMap() - Method in class mil.nga.giat.geowave.core.cli.parser.CommandLineOperationParams
-
Implement parent interface to retrieve operations
- getOperationMap() - Method in class mil.nga.giat.geowave.core.cli.parser.ManualOperationParams
-
- getOperationName() - Method in class mil.nga.giat.geowave.core.cli.spi.OperationEntry
-
- getOperations() - Method in class mil.nga.giat.geowave.adapter.raster.operations.RasterOperationCLIProvider
-
- getOperations() - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorExportCLIProvider
-
- getOperations() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.AnalyticOperationCLIProvider
-
- getOperations() - Method in class mil.nga.giat.geowave.cli.debug.DebugOperationsProvider
-
- getOperations() - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerOperationProvider
-
- getOperations() - Method in class mil.nga.giat.geowave.cli.osm.operations.OSMOperationProvider
-
- getOperations() - Method in class mil.nga.giat.geowave.core.cli.operations.config.ConfigOperationProvider
-
- getOperations() - Method in class mil.nga.giat.geowave.core.cli.operations.TopLevelOperationProvider
-
- getOperations() - Method in interface mil.nga.giat.geowave.core.cli.spi.CLIOperationProviderSpi
-
- getOperations() - Method in class mil.nga.giat.geowave.core.ingest.operations.IngestOperationProvider
-
- getOperations() - Method in class mil.nga.giat.geowave.core.store.operations.config.ConfigOperationProvider
-
- getOperations() - Method in class mil.nga.giat.geowave.core.store.operations.remote.RemoteOperationsProvider
-
- getOperations() - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.AccumuloSplitsOperationCLIProvider
-
- getOperations() - Method in class mil.nga.giat.geowave.datastore.hbase.cli.HBaseOperationProvider
-
- getOperations() - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseCommandLineOptions
-
- getOperations() - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8OperationProvider
-
- getOptimalDataBlockSizes() - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getOptions(Map<String, String>) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getOptions() - Method in class mil.nga.giat.geowave.adapter.raster.operations.ResizeCommand
-
- getOptions() - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorLocalExportCommand
-
- getOptions() - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialDimensionalityTypeProvider
-
- getOptions() - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialTemporalDimensionalityTypeProvider
-
- getOptions() - Method in class mil.nga.giat.geowave.core.ingest.operations.options.IngestFormatPluginOptions
-
- getOptions(Map<String, String>) - Method in interface mil.nga.giat.geowave.core.store.adapter.RowMergingDataAdapter
-
- getOptions(Collection<String>, String) - Static method in class mil.nga.giat.geowave.core.store.config.ConfigUtils
-
- getOptions(Collection<String>) - Static method in class mil.nga.giat.geowave.core.store.config.ConfigUtils
-
- getOptions() - Method in interface mil.nga.giat.geowave.core.store.spi.DimensionalityTypeProviderSpi
-
These are options specific to the type of index being exposed by this SPI
plugin.
- getOptions(Map<String, String>) - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicOptionProvider
-
- getOptions(Map<String, String>) - Method in class mil.nga.giat.geowave.datastore.accumulo.IteratorConfig
-
- getOptions(Map<String, String>) - Method in interface mil.nga.giat.geowave.datastore.accumulo.IteratorConfig.OptionProvider
-
- getOptions(Map<String, String>) - Method in class mil.nga.giat.geowave.datastore.accumulo.RowMergingAdapterOptionProvider
-
- getOptionsAsMap() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.DataStorePluginOptions
-
- getOrderedDimensionDefinitions() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.CompoundHierarchicalIndexStrategyWrapper
-
- getOrderedDimensionDefinitions() - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
- getOrderedDimensionDefinitions() - Method in class mil.nga.giat.geowave.core.index.NullNumericIndexStrategy
-
- getOrderedDimensionDefinitions() - Method in interface mil.nga.giat.geowave.core.index.NumericIndexStrategy
-
Returns an array of dimension definitions that defines this index
strategy, the array is in the order that is expected within
multidimensional numeric data that is passed to this index strategy
- getOrderedDimensionDefinitions() - Method in class mil.nga.giat.geowave.core.index.NumericIndexStrategyWrapper
-
- getOrderedDimensionDefinitions() - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.SingleTierSubStrategy
-
- getOrderedDimensionDefinitions() - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
- getOrderedDimensionDefinitions() - Method in class mil.nga.giat.geowave.core.index.simple.HashKeyIndexStrategy
-
- getOrderedDimensionDefinitions() - Method in class mil.nga.giat.geowave.core.index.simple.RoundRobinKeyIndexStrategy
-
- getOrderedDimensionDefinitions() - Method in class mil.nga.giat.geowave.core.index.simple.SimpleNumericIndexStrategy
-
- getOriginalCoverage() - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getOriginalEnvelope() - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getOriginalEnvelope() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getOriginalEnvelope(String) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getOriginalFile() - Method in class mil.nga.giat.geowave.core.ingest.avro.WholeFile.Builder
-
Gets the value of the 'originalFile' field
- getOriginalFile() - Method in class mil.nga.giat.geowave.core.ingest.avro.WholeFile
-
Gets the value of the 'originalFile' field.
- getOriginalFile() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.HdfsFile.Builder
-
Gets the value of the 'originalFile' field
- getOriginalFile() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.HdfsFile
-
Gets the value of the 'originalFile' field.
- getOriginalFilePath() - Method in class mil.nga.giat.geowave.core.ingest.avro.WholeFile.Builder
-
Gets the value of the 'originalFilePath' field
- getOriginalFilePath() - Method in class mil.nga.giat.geowave.core.ingest.avro.WholeFile
-
Gets the value of the 'originalFilePath' field.
- getOriginalFilePath() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.HdfsFile.Builder
-
Gets the value of the 'originalFilePath' field
- getOriginalFilePath() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.HdfsFile
-
Gets the value of the 'originalFilePath' field.
- getOriginalGridRange() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getOriginalGridRange(String) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getOriginalGridToWorld(PixelInCell) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getOriginalGridToWorld(String, PixelInCell) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getOsmNamespace() - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- getOsmTableName() - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- getOutputCommitter() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getOutputCommitter() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getOutputCommitter(TaskAttemptContext) - Method in class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputFormat
-
- getOutputCoverageName() - Method in class mil.nga.giat.geowave.adapter.raster.operations.options.RasterTileResizeCommandLineOptions
-
- getOutputDataNamespaceUri() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- getOutputDataTypeId() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- getOutputFile() - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorLocalExportOptions
-
- getOutputFormatClass() - Method in class mil.nga.giat.geowave.mapreduce.dedupe.GeoWaveDedupeJobRunner
-
- getOutputFormatClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getOutputFormatClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getOutputFormatConfiguration() - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- getOutputHdfsOutputPath() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- getOutputHdfsOutputPath() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.NearestNeighborOptions
-
- getOutputIndexId() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- getOutputKey() - Method in class mil.nga.giat.geowave.core.ingest.GeoWaveData
-
- getOutputKeyClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getOutputKeyClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getOutputOutputFormat() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- getOutputReducerCount() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- getOutputStoreOptions() - Method in class mil.nga.giat.geowave.adapter.raster.operations.ResizeCommand
-
- getOutputStoreOptions() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KdeCommand
-
- getOutputTileSize() - Method in class mil.nga.giat.geowave.adapter.raster.operations.options.RasterTileResizeCommandLineOptions
-
- getOutputValueClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getOutputValueClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getOverallProgress(float) - Method in class mil.nga.giat.geowave.mapreduce.splits.GeoWaveRecordReader.ProgressPerRange
-
- getOverview(int) - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getOverviewGridGeometry(int) - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getPairedItem() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidPairing
-
- getPalette() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- getParam() - Method in class mil.nga.giat.geowave.core.cli.prefix.TranslationEntry
-
- getParameter() - Method in interface mil.nga.giat.geowave.analytic.PropertyManagement.PropertyGroup
-
- getParameterListDescriptor(String) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.SourceThresholdFixMosaicDescriptor
-
- getParameterListDescriptor(String) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.SourceThresholdMosaicDescriptor
-
- getParameters() - Method in class mil.nga.giat.geowave.adapter.raster.operations.ResizeCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorLocalExportCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorMRExportCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderAggregation
-
- getParameters() - Static method in class mil.nga.giat.geowave.analytic.clustering.CentroidManagerGeoWave
-
- getParameters() - Static method in class mil.nga.giat.geowave.analytic.clustering.NestedGroupCentroidAssignment
-
- getParameters() - Method in interface mil.nga.giat.geowave.analytic.IndependentJobRunner
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.ConvexHullJobRunner
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.GeoWaveAnalyticExtractJobRunner
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.GeoWaveInputLoadJobRunner
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.GroupAssigmentJobRunner
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.MultiLevelClusteringJobRunner
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanIterationsJobRunner
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanJobRunner
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveInputFormatConfiguration
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveOutputFormatConfiguration
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansIterationsJobRunner
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansJumpJobRunner
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansParallelJobRunner
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansSingleSampleJobRunner
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.SampleMultipleSetsJobRunner
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.MapReduceJobController
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.GeoWaveExtractNNJobRunner
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNJobRunner
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNMapReduce.PassthruPartitioner
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.DBScanCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KdeCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KmeansJumpCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KmeansParallelCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.NearestNeighborCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.SequenceFileInputFormatConfiguration
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.mapreduce.SequenceFileOutputFormatConfiguration
-
- getParameters() - Method in interface mil.nga.giat.geowave.analytic.param.FormatConfiguration
-
- getParameters() - Static method in class mil.nga.giat.geowave.analytic.param.MapReduceParameters
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.partitioner.AbstractPartitioner
-
- getParameters() - Method in class mil.nga.giat.geowave.analytic.partitioner.OrthodromicDistancePartitioner
-
- getParameters() - Method in interface mil.nga.giat.geowave.analytic.partitioner.Partitioner
-
- getParameters() - Method in class mil.nga.giat.geowave.cli.osm.operations.IngestOSMToGeoWaveCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.cli.osm.operations.StageOSMToHDFSCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.cli.operations.config.SetCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.ingest.operations.KafkaToGeowaveCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToGeowaveCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToHdfsCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToKafkaCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToMapReduceToGeowaveCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.ingest.operations.MapReduceToGeowaveCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.store.operations.config.AddIndexCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.store.operations.config.AddIndexGroupCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.store.operations.config.AddStoreCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.store.operations.config.CopyIndexCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.store.operations.config.CopyStoreCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.store.operations.remote.CalculateStatCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.store.operations.remote.ClearCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.store.operations.remote.ListAdapterCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.store.operations.remote.ListIndexCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.store.operations.remote.ListStatsCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.store.operations.remote.RecalculateStatsCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.store.operations.remote.RemoveAdapterCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.core.store.operations.remote.RemoveStatCommand
-
- getParameters() - Method in interface mil.nga.giat.geowave.core.store.query.aggregate.Aggregation
-
Returns a persistable object for any parameters that must be persisted to
properly compute the aggregation
- getParameters() - Method in class mil.nga.giat.geowave.core.store.query.aggregate.CountAggregation
-
- getParameters() - Method in class mil.nga.giat.geowave.core.store.query.aggregate.DataStatisticsAggregation
-
- getParameters() - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.AbstractSplitsCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.datastore.hbase.cli.CombineStatisticsCommand
-
- getParameters() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- getParametersInfo() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStoreFactory
-
- getParams() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType.Builder
-
optional bytes params = 2;
- getParams() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType
-
optional bytes params = 2;
- getParams() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationTypeOrBuilder
-
optional bytes params = 2;
- getParams() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType.Builder
-
optional bytes params = 2;
- getParams() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType
-
optional bytes params = 2;
- getParams() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationTypeOrBuilder
-
optional bytes params = 2;
- getParentOperationClass() - Method in class mil.nga.giat.geowave.core.cli.spi.OperationEntry
-
- getParserForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
- getParserForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponse
-
- getParserForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType
-
- getParserForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter
-
- getParserForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
- getParserForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponse
-
- getParserForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType
-
- getParserForType() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter
-
- getParserOptions() - Method in class mil.nga.giat.geowave.cli.osm.operations.StageOSMToHDFSCommand
-
- getPartition(DoubleWritable, LongWritable, int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCombinedLevelPartitioner
-
- getPartition(long, int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCombinedLevelPartitioner
-
- getPartition(T, LongWritable, int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonLevelPartitioner
-
- getPartition(K, LongWritable, int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.LevelPartitioner
-
- getPartition(long, int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.LevelPartitioner
-
- getPartition(GeoWaveInputKey, ObjectWritable, int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.KSamplerMapReduce.SampleKeyPartitioner
-
- getPartitionData() - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNMapReduce.PartitionDataWritable
-
- getPartitionerClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getPartitionerClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getPartitioningDistanceThresholds() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- getPartitioningDistanceThresholds() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.NearestNeighborOptions
-
- getPartitioningGeometricDistanceUnit() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- getPartitioningGeometricDistanceUnit() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.NearestNeighborOptions
-
- getPartitionMaxDistance() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- getPartitionMaxDistance() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.NearestNeighborOptions
-
- getPartitionMaxMemberSelection() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- getPartitionMaxMemberSelection() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.NearestNeighborOptions
-
- getPartitionPartitionDecreaseRate() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- getPartitionPartitionerClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- getPartitionPartitionerClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.NearestNeighborOptions
-
- getPartitionPartitionPrecision() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- getPartitionPartitionPrecision() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.NearestNeighborOptions
-
- getPartitionSecondaryPartitionerClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- getPartitionSecondaryPartitionerClass() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.NearestNeighborOptions
-
- getPartitionStrategy() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexPluginOptions
-
- getPass() - Method in class mil.nga.giat.geowave.cli.geoserver.ConfigGeoServerCommand
-
- getPass() - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerConfig
-
- getPassword() - Method in interface mil.nga.giat.geowave.datastore.accumulo.AccumuloOperations
-
- getPassword(AccumuloRequiredOptions) - Static method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- getPassword() - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- getPassword() - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloRequiredOptions
-
- getPeristenceTypeName(Key) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AbstractAccumuloPersistence
-
- getPersistenceEncoding(Cell, PersistentDataset<CommonIndexValue>, FlattenedUnreadData) - Static method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseDistributableFilter
-
- getPersistenceEncoding() - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseDistributableFilter
-
- getPersistenceTypeName() - Method in class mil.nga.giat.geowave.core.store.metadata.AbstractGeowavePersistence
-
- getPersistenceTypeName() - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloAdapterIndexMappingStore
-
- getPersistenceTypeName() - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloAdapterStore
-
- getPersistenceTypeName() - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloDataStatisticsStore
-
- getPersistenceTypeName() - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloIndexStore
-
- getPersistenceTypeName() - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseAdapterIndexMappingStore
-
- getPersistenceTypeName() - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseAdapterStore
-
- getPersistenceTypeName() - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseDataStatisticsStore
-
- getPersistenceTypeName() - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseIndexStore
-
- getPixelColumn() - Method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChipInfo
-
- getPixelColumn() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MotionImagery
-
- getPixelRow() - Method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChipInfo
-
- getPixelRow() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MotionImagery
-
- getPluginFormats() - Method in class mil.nga.giat.geowave.core.ingest.operations.KafkaToGeowaveCommand
-
- getPluginFormats() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToGeowaveCommand
-
- getPluginFormats() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToHdfsCommand
-
- getPluginFormats() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToKafkaCommand
-
- getPluginFormats() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToMapReduceToGeowaveCommand
-
- getPluginFormats() - Method in class mil.nga.giat.geowave.core.ingest.operations.MapReduceToGeowaveCommand
-
- getPluginName() - Method in class mil.nga.giat.geowave.core.store.operations.config.AddIndexCommand
-
- getPluginName() - Method in class mil.nga.giat.geowave.core.store.operations.config.AddIndexGroupCommand
-
- getPluginName() - Method in class mil.nga.giat.geowave.core.store.operations.config.AddStoreCommand
-
- getPluginOptions() - Method in class mil.nga.giat.geowave.adapter.vector.ingest.SimpleFeatureIngestOptions
-
- getPluginOptions() - Method in class mil.nga.giat.geowave.core.store.operations.config.AddIndexCommand
-
- getPluginOptions() - Method in class mil.nga.giat.geowave.core.store.operations.config.AddStoreCommand
-
- getPluginParams(StoreFactoryFamilySpi) - Static method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- getPluginProviderRegistry() - Static method in class mil.nga.giat.geowave.core.ingest.spi.IngestFormatPluginRegistry
-
- getPlugins() - Method in class mil.nga.giat.geowave.core.ingest.operations.options.IngestFormatPluginOptions
-
- getPoint1() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItemDistanceFn.ClusterProfileContext
-
- getPoint2() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItemDistanceFn.ClusterProfileContext
-
- getPoint2d() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
- getPointinstance() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Gets the value of the 'pointinstance' field
- getPointinstance() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint
-
Gets the value of the 'pointinstance' field.
- getPoints() - Method in class mil.nga.giat.geowave.analytic.GeometryHullTool.Edge
-
- getPoints() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Gets the value of the 'points' field
- getPoints() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Gets the value of the 'points' field.
- getPoints() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Area
-
- getPoints() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
A list of the TrackPoints which comprise this track
- getPoints() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
A list of the TrackPoints which comprise this track
- getPolicyName() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Security
-
- getPolygon() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Area
-
- getPositionOfOrderedField(CommonIndexModel, ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getPositionOfOrderedField(CommonIndexModel, ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.vector.FeatureDataAdapter
-
- getPositionOfOrderedField(CommonIndexModel, ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.vector.WholeFeatureDataAdapter
-
Deprecated.
- getPositionOfOrderedField(CommonIndexModel, ByteArrayId) - Method in class mil.nga.giat.geowave.analytic.clustering.DistortionGroupManagement.DistortionDataAdapter
-
- getPositionOfOrderedField(CommonIndexModel, ByteArrayId) - Method in interface mil.nga.giat.geowave.core.store.adapter.DataAdapter
-
- getPositionOfOrderedField(CommonIndexModel, ByteArrayId) - Method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChipDataAdapter
-
- getPrecision() - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureHyperLogLogStatistics.FeatureHyperLogLogConfig
-
- getPreferredIndices(GeotoolsFeatureDataAdapter) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveGTDataStore
-
- getPrefix() - Method in class mil.nga.giat.geowave.core.cli.prefix.TranslationEntry
-
- getPrefix() - Method in class mil.nga.giat.geowave.core.index.HierarchicalNumericIndexStrategy.SubStrategy
-
- getPrefixedNames() - Method in class mil.nga.giat.geowave.core.cli.prefix.TranslationEntry
-
- getPrefixedObjects() - Method in class mil.nga.giat.geowave.core.cli.prefix.PrefixedJCommander
-
- getPrimaryId(T) - Method in class mil.nga.giat.geowave.core.store.metadata.AbstractGeowavePersistence
-
- getPrimaryId(Key) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AbstractAccumuloPersistence
-
- getPrimaryId(AdapterToIndexMapping) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloAdapterIndexMappingStore
-
- getPrimaryId(DataAdapter<?>) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloAdapterStore
-
- getPrimaryId(DataStatistics<?>) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloDataStatisticsStore
-
- getPrimaryId(Index<?, ?>) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloIndexStore
-
- getPrimaryId(AdapterToIndexMapping) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseAdapterIndexMappingStore
-
- getPrimaryId(DataAdapter<?>) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseAdapterStore
-
- getPrimaryId(DataStatistics<?>) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseDataStatisticsStore
-
- getPrimaryId(Index) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseIndexStore
-
- getPrimaryIndexIds(Configuration) - Static method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.AbstractMapReduceIngest
-
- getPrimarySubStrategy() - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
- getPriority() - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialDimensionalityTypeProvider
-
- getPriority() - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialTemporalDimensionalityTypeProvider
-
- getPriority() - Method in interface mil.nga.giat.geowave.core.store.spi.DimensionalityTypeProviderSpi
-
If there are multiple acceptable dimensionality types, the one with the
highest priority will be used
- getProbability(double, double, int) - Method in class mil.nga.giat.geowave.analytic.sample.BahmanEtAlSampleProbabilityFn
-
- getProbability(double, double, int) - Method in class mil.nga.giat.geowave.analytic.sample.RandomProbabilitySampleFn
-
- getProbability(double, double, int) - Method in interface mil.nga.giat.geowave.analytic.sample.SampleProbabilityFn
-
- getProbabilityOfCorrectness() - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureCountMinSketchStatistics.FeatureCountMinSketchConfig
-
- getProducer(String, AvroFormatPlugin<?, ?>) - Method in class mil.nga.giat.geowave.core.ingest.kafka.StageKafkaData
-
- getProducerType() - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaProducerCommandLineOptions
-
- getProfileEnabled() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getProfileEnabled() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getProfileParams() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getProfileParams() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getProfileTaskRange(boolean) - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getProfileTaskRange(boolean) - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getProgress() - Method in class mil.nga.giat.geowave.datastore.accumulo.mapreduce.GeoWaveAccumuloRecordReader
-
- getProgress() - Method in class mil.nga.giat.geowave.datastore.hbase.mapreduce.GeoWaveHBaseRecordReader
-
- getProgress() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getProgress() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getProjection(T) - Method in interface mil.nga.giat.geowave.analytic.Projection
-
- getProjection(SimpleFeature) - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureProjection
-
- getProp(Element, String, Logger, String) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getProperties() - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getProperties(Name) - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getProperties(String) - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getProperties() - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getProperties() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.PropertyManagementConverter
-
- getProperties() - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaCommandLineOptions
-
- getProperty(String, Object) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.MosaicPropertyGenerator
-
- getProperty(Name) - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getProperty(String) - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getProperty(ParameterEnum<?>) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
Returns the value as, without conversion from the properties.
- getProperty(ParameterEnum<?>, PropertyManagement.PropertyConverter<T>) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
Returns the value after conversion.
- getProperty(Properties, String) - Static method in class mil.nga.giat.geowave.service.ServiceUtils
-
- getPropertyAsBoolean(ParameterEnum<?>, Boolean) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- getPropertyAsBytes(ParameterEnum<?>) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- getPropertyAsClass(ParameterEnum<?>) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- getPropertyAsClass(ParameterEnum<?>, Class<T>) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- getPropertyAsClass(ParameterEnum<?>, Class<? extends T>, Class<? extends T>) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- getPropertyAsDouble(ParameterEnum<?>, double) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- getPropertyAsInt(ParameterEnum<?>, int) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- getPropertyAsPath(ParameterEnum<?>) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- getPropertyAsPersistable(ParameterEnum<?>) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- getPropertyAsQuery(ParameterEnum<?>) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- getPropertyAsQueryOptions(ParameterEnum) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- getPropertyAsRange(ParameterEnum<?>, NumericRange) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- getPropertyAsString(ParameterEnum<?>) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- getPropertyAsString(ParameterEnum<?>, String) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- getPropertyGenerators(String) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.SourceThresholdFixMosaicDescriptor
-
- getPropertyGenerators(String) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.SourceThresholdMosaicDescriptor
-
- getPropFile() - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerConfig
-
- getPsi() - Method in class mil.nga.giat.geowave.analytic.kmeans.serial.KMeansParallelInitialize
-
- getPutLimit() - Method in class mil.nga.giat.geowave.analytic.sample.Sampler
-
- getQualifiedSubMappings() - Method in class mil.nga.giat.geowave.cli.osm.osmfeature.types.features.FeatureDefinition
-
- getQualifiedTableName() - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- getQualifiedTableName(String, String) - Static method in class mil.nga.giat.geowave.core.store.util.DataStoreUtils
-
- getQualifiedTableName(String, String) - Static method in class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloUtils
-
- getQualifiedTableName(String) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.BasicHBaseOperations
-
- getQualifiedTableName(String, String) - Static method in class mil.nga.giat.geowave.datastore.hbase.util.HBaseUtils
-
- getQuality() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
- getQuery(Class<?>, JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputConfigurator
-
- getQuery(JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- getQueryConstraints() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureCollection
-
- getQueryGeometry() - Method in class mil.nga.giat.geowave.core.geotime.store.query.SpatialQuery
-
- getQueryOptions() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- getQueryOptions(Class<?>, JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputConfigurator
-
- getQueryOptions(JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- getQueryRanges(MultiDimensionalNumericData, IndexMetaData...) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.CompoundHierarchicalIndexStrategyWrapper
-
- getQueryRanges(MultiDimensionalNumericData, int, IndexMetaData...) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.CompoundHierarchicalIndexStrategyWrapper
-
- getQueryRanges(MultiDimensionalNumericData, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
- getQueryRanges(MultiDimensionalNumericData, int, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
- getQueryRanges(QueryRangeType, IndexMetaData...) - Method in interface mil.nga.giat.geowave.core.index.IndexStrategy
-
Returns a list of query ranges for an specified numeric range.
- getQueryRanges(QueryRangeType, int, IndexMetaData...) - Method in interface mil.nga.giat.geowave.core.index.IndexStrategy
-
Returns a list of query ranges for an specified numeric range.
- getQueryRanges(MultiDimensionalNumericData, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.NullNumericIndexStrategy
-
- getQueryRanges(MultiDimensionalNumericData, int, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.NullNumericIndexStrategy
-
- getQueryRanges(MultiDimensionalNumericData, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.NumericIndexStrategyWrapper
-
- getQueryRanges(MultiDimensionalNumericData, int, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.NumericIndexStrategyWrapper
-
- getQueryRanges(MultiDimensionalNumericData, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.SingleTierSubStrategy
-
- getQueryRanges(MultiDimensionalNumericData, int, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.SingleTierSubStrategy
-
- getQueryRanges(MultiDimensionalNumericData, int, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
- getQueryRanges(BinnedNumericDataset[], SpaceFillingCurve, int, byte) - Static method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
- getQueryRanges(MultiDimensionalNumericData, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
Returns a list of query ranges for an specified numeric range.
- getQueryRanges(MultiDimensionalNumericData, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.simple.HashKeyIndexStrategy
-
Always returns all possible ranges
Returns a list of query ranges for an specified numeric range.
- getQueryRanges(MultiDimensionalNumericData, int, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.simple.HashKeyIndexStrategy
-
Always returns all possible ranges
- getQueryRanges(MultiDimensionalNumericData, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.simple.RoundRobinKeyIndexStrategy
-
Always returns all possible ranges
Returns a list of query ranges for an specified numeric range.
- getQueryRanges(MultiDimensionalNumericData, int, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.simple.RoundRobinKeyIndexStrategy
-
Always returns all possible ranges
Returns a list of query ranges for an specified numeric range.
- getQueryRanges(MultiDimensionalNumericData, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.simple.SimpleNumericIndexStrategy
-
Always returns a single range since this is a 1-dimensional index.
- getQueryRanges(MultiDimensionalNumericData, int, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.index.simple.SimpleNumericIndexStrategy
-
Always returns a single range since this is a 1-dimensional index.
- getQueryRanges(NumericQueryConstraint, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericFieldIndexStrategy
-
- getQueryRanges(NumericQueryConstraint, int, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericFieldIndexStrategy
-
- getQueryRanges(NumericQueryConstraint, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericIndexStrategy
-
- getQueryRanges(NumericQueryConstraint, int, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericIndexStrategy
-
- getQueryRanges(TemporalQueryConstraint, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.store.index.temporal.TemporalIndexStrategy
-
- getQueryRanges(TemporalQueryConstraint, int, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.store.index.temporal.TemporalIndexStrategy
-
- getQueryRanges(TextQueryConstraint, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.store.index.text.TextIndexStrategy
-
- getQueryRanges(TextQueryConstraint, int, IndexMetaData...) - Method in class mil.nga.giat.geowave.core.store.index.text.TextIndexStrategy
-
- getRadius() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Compute the radius (km) from the origin to this coord
- getRange(SimpleFeature) - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureNumericRangeStatistics
-
- getRange(SimpleFeature) - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureTimeRangeStatistics
-
- getRange() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.SpatialField
-
- getRange() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.TimeField
-
- getRange() - Method in class mil.nga.giat.geowave.core.index.dimension.BasicDimensionDefinition
-
- getRange() - Method in interface mil.nga.giat.geowave.core.index.dimension.NumericDimensionDefinition
-
- getRange() - Method in class mil.nga.giat.geowave.core.index.sfc.SFCDimensionDefinition
-
- getRange() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.NumericRangeDataStatistics
-
- getRange(T) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.NumericRangeDataStatistics
-
- getRange() - Method in class mil.nga.giat.geowave.core.store.dimension.ArrayField
-
- getRange() - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericQueryConstraint
-
- getRange() - Method in class mil.nga.giat.geowave.core.store.index.temporal.TemporalQueryConstraint
-
- getRange(int, int) - Method in class mil.nga.giat.geowave.core.store.index.text.FilterableLikeConstraint
-
- getRange(int, int) - Method in class mil.nga.giat.geowave.core.store.index.text.FilterableTextRangeConstraint
-
- getRange(int, int) - Method in class mil.nga.giat.geowave.core.store.index.text.TextQueryConstraint
-
- getRange() - Method in class mil.nga.giat.geowave.datastore.accumulo.mapreduce.AccumuloRowRange
-
- getRange() - Method in class mil.nga.giat.geowave.datastore.hbase.mapreduce.HBaseRowRange
-
- getRange() - Method in class mil.nga.giat.geowave.mapreduce.splits.RangeLocationPair
-
- getRange(GeoWaveRowRange, int) - Static method in class mil.nga.giat.geowave.mapreduce.splits.SplitsProvider
-
- getRangeFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bytes rangeFilter = 2;
- getRangeFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
optional bytes rangeFilter = 2;
- getRangeFilter() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes rangeFilter = 2;
- getRangeFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes rangeFilter = 2;
- getRangeFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
optional bytes rangeFilter = 2;
- getRangeFilter() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes rangeFilter = 2;
- getRangeForDimension(int) - Method in class mil.nga.giat.geowave.core.index.MultiDimensionalCoordinateRanges
-
- getRangeForId(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.CompoundHierarchicalIndexStrategyWrapper
-
- getRangeForId(ByteArrayId) - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
- getRangeForId(ByteArrayId) - Method in interface mil.nga.giat.geowave.core.index.IndexStrategy
-
Returns the range that the given ID represents
- getRangeForId(ByteArrayId) - Method in class mil.nga.giat.geowave.core.index.NullNumericIndexStrategy
-
- getRangeForId(ByteArrayId) - Method in class mil.nga.giat.geowave.core.index.NumericIndexStrategyWrapper
-
- getRangeForId(ByteArrayId) - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.SingleTierSubStrategy
-
- getRangeForId(ByteArrayId) - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
- getRangeForId(byte[], NumericDimensionDefinition[], SpaceFillingCurve) - Static method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
- getRangeForId(ByteArrayId) - Method in class mil.nga.giat.geowave.core.index.simple.HashKeyIndexStrategy
-
- getRangeForId(ByteArrayId) - Method in class mil.nga.giat.geowave.core.index.simple.RoundRobinKeyIndexStrategy
-
- getRangeForId(ByteArrayId) - Method in class mil.nga.giat.geowave.core.index.simple.SimpleNumericIndexStrategy
-
- getRangeForId(ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericFieldIndexStrategy
-
- getRangeForId(ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumericIndexStrategy
-
- getRangeForId(ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.index.temporal.TemporalIndexStrategy
-
- getRangeForId(ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.index.text.TextIndexStrategy
-
- getRangeLength(GeoWaveRowRange) - Static method in class mil.nga.giat.geowave.mapreduce.splits.SplitsProvider
-
- getRangeLocationPairInstance() - Method in class mil.nga.giat.geowave.datastore.accumulo.mapreduce.GeoWaveAccumuloInputSplit
-
- getRangeLocationPairInstance() - Method in class mil.nga.giat.geowave.datastore.hbase.mapreduce.GeoWaveHBaseInputSplit
-
- getRangeLocationPairInstance() - Method in class mil.nga.giat.geowave.mapreduce.splits.GeoWaveInputSplit
-
- getRangeMax(Index<?, ?>, AdapterStore, DataStatisticsStore, String[]) - Method in class mil.nga.giat.geowave.mapreduce.splits.SplitsProvider
-
- getRanges() - Method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalConstraints
-
- getRanges(byte[]) - Method in class mil.nga.giat.geowave.core.index.sfc.hilbert.HilbertSFC
-
- getRanges() - Method in class mil.nga.giat.geowave.core.index.sfc.RangeDecomposition
-
- getRanges(byte[]) - Method in interface mil.nga.giat.geowave.core.index.sfc.SpaceFillingCurve
-
Gets n-dimensional ranges from a single dimension, i.e.
- getRanges(byte[]) - Method in class mil.nga.giat.geowave.core.index.sfc.zorder.ZOrderSFC
-
- getRanges() - Method in class mil.nga.giat.geowave.core.store.query.ConstraintsQuery
-
- getRanges() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloConstraintsQuery
-
- getRanges() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloQuery
-
- getRanges() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloRowIdsQuery
-
- getRanges() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloRowPrefixQuery
-
- getRanges() - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseConstraintsQuery
-
- getRanges() - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseQuery
-
- getRanges() - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseRowIdsQuery
-
- getRanges() - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseRowPrefixQuery
-
- getRanges(PrimaryIndex) - Method in class mil.nga.giat.geowave.mapreduce.splits.GeoWaveInputSplit
-
- getRangesArray() - Method in class mil.nga.giat.geowave.core.index.MultiDimensionalCoordinateRangesArray
-
- getRangesFor(SecondaryIndex<?>) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyConstraintSet
-
- getRangesForPartition(Partitioner.PartitionData) - Method in class mil.nga.giat.geowave.analytic.partitioner.AbstractPartitioner
-
- getRangeType() - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getRaster(GridCoverage) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getRasterTile() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.GridCoverageWritable
-
- getRasterTileFromCoverage(GridCoverage) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getRawCentroids(String, String) - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidManagerGeoWave
-
- getReader(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getReader(Object, Hints) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GDALGeoTiffFormat
-
- getReader(Object) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveGTRasterFormat
-
- getReader(Object, Hints) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveGTRasterFormat
-
- getReader(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.vector.AvroFeatureDataAdapter
-
- getReader(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.vector.FeatureDataAdapter
-
- getReader(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.vector.WholeFeatureDataAdapter
-
Deprecated.
- getReader(ByteArrayId) - Method in class mil.nga.giat.geowave.analytic.clustering.DistortionGroupManagement.DistortionDataAdapter
-
- getReader() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.SpatialArrayField
-
- getReader() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.SpatialField
-
- getReader() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.TimeArrayField
-
- getReader() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.TimeField
-
- getReader(ByteArrayId) - Method in interface mil.nga.giat.geowave.core.store.data.DataReader
-
Get a reader for an individual field
- getReader() - Method in class mil.nga.giat.geowave.core.store.dimension.ArrayField
-
- getReader() - Method in interface mil.nga.giat.geowave.core.store.dimension.NumericDimensionField
-
Get a reader that can handle deserializing binary data into values for
this field
- getReader(ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.index.BasicIndexModel
-
- getReader(ByteArrayId) - Method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChipDataAdapter
-
- getReaderInternal(Query) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureSource
-
- getReadingResolutions(OverviewPolicy, double[]) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getReadingResolutions(String, OverviewPolicy, double[]) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getRecordWriter(TaskAttemptContext) - Method in class mil.nga.giat.geowave.analytic.mapreduce.DoubleOutputFormat
-
- getRecordWriter(TaskAttemptContext) - Method in class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputFormat
-
- getReducer() - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.GeoWaveAnalyticExtractJobRunner
-
- getReducer() - Method in class mil.nga.giat.geowave.mapreduce.dedupe.GeoWaveDedupeJobRunner
-
- getReducerClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getReducerClass() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getReducerCount() - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- getReferenceEnvelope(GridCoverage, CoordinateReferenceSystem) - Static method in class mil.nga.giat.geowave.adapter.raster.RasterUtils
-
- getRegex() - Method in class mil.nga.giat.geowave.core.store.index.text.LikeFilter
-
- getRegionLocator(String) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.BasicHBaseOperations
-
- getRegisteredDimensionalityTypes() - Static method in class mil.nga.giat.geowave.core.store.spi.DimensionalityTypeRegistry
-
- getRegisteredStoreFactoryFamilies() - Static method in class mil.nga.giat.geowave.core.store.GeoWaveStoreFinder
-
- getRegistry() - Method in class mil.nga.giat.geowave.core.cli.parser.OperationParser
-
- getRelatedTrackNumber() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.LineageRelation
-
- getRelatedTrackUuid() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.LineageRelation
-
- getRelation() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.LineageRelation
-
- getRelationMember(String, int) - Static method in class mil.nga.giat.geowave.cli.osm.accumulo.osmschema.ColumnQualifier
-
- getRelations() - Method in class mil.nga.giat.geowave.cli.osm.parser.OsmXmlLoader
-
- getRelationsBasePath() - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- getRelationsBasePath() - Method in class mil.nga.giat.geowave.cli.osm.parser.OsmPbfParserOptions
-
- getReleasability() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Security
-
- getRenderableImage(int, int) - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getRenderedImage() - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getRenderingProcess() - Static method in class org.geotools.process.function.DistributedRenderProcessUtils
-
- getRequestedEnvelope() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReaderState
-
- getRequestEnvelopeTransformed() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReaderState
-
- getRequestPrototype(Descriptors.MethodDescriptor) - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationService
-
- getRequestPrototype(Descriptors.MethodDescriptor) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationService
-
- getRequestRequiredAcks() - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaProducerCommandLineOptions
-
- getRequestsQueue() - Method in class org.geotools.renderer.lite.DistributedRenderer
-
- getRequiredIndexTypes() - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialDimensionalityTypeProvider
-
- getRequiredIndexTypes() - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialTemporalDimensionalityTypeProvider
-
- getRequiredIndexTypes() - Method in interface mil.nga.giat.geowave.core.store.spi.DimensionalityTypeProviderSpi
-
return a set of classes that can be indexed by this index provider, used
for compatibility checking with an adapter provider
- getRequiredIndices() - Method in interface mil.nga.giat.geowave.core.ingest.index.IndexProvider
-
Get an array of indices that are required by this ingest implementation.
- getRequiredIndices() - Method in class mil.nga.giat.geowave.format.avro.AvroIngestPlugin
-
- getRequiredIndices() - Method in class mil.nga.giat.geowave.format.gdelt.GDELTIngestPlugin
-
- getRequiredIndices() - Method in class mil.nga.giat.geowave.format.geolife.GeoLifeIngestPlugin
-
- getRequiredIndices() - Method in class mil.nga.giat.geowave.format.geotools.raster.GeoToolsRasterDataStoreIngestPlugin
-
- getRequiredIndices() - Method in class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataStoreIngestPlugin
-
- getRequiredIndices() - Method in class mil.nga.giat.geowave.format.gpx.GpxIngestPlugin
-
- getRequiredIndices() - Method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676IngestPlugin
-
- getRequiredIndices() - Method in class mil.nga.giat.geowave.format.tdrive.TdriveIngestPlugin
-
- getRequiredIndices() - Method in class mil.nga.giat.geowave.format.twitter.TwitterIngestPlugin
-
- getRequiredOptions(StoreFactoryFamilySpi) - Static method in class mil.nga.giat.geowave.core.store.GeoWaveStoreFinder
-
- getResolution() - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getResolution(int) - Method in class mil.nga.giat.geowave.adapter.raster.Resolution
-
- getResolutionLevels() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getResolutionLevels(String) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReader
-
- getResolutionPerDimension() - Method in class mil.nga.giat.geowave.adapter.raster.Resolution
-
- getResolutions() - Method in class mil.nga.giat.geowave.adapter.raster.stats.HistogramStatistics
-
- getResolutions() - Method in class mil.nga.giat.geowave.adapter.raster.stats.OverviewStatistics
-
- getResourceManager() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.MapReduceCommandLineOptions
-
- getResourceManagerHostPort() - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorMRExportOptions
-
- getResponsePrototype(Descriptors.MethodDescriptor) - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationService
-
- getResponsePrototype(Descriptors.MethodDescriptor) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationService
-
- getResult() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderAggregation
-
- getResult() - Method in interface mil.nga.giat.geowave.core.store.query.aggregate.Aggregation
-
Get the current result of the aggregation.
- getResult() - Method in class mil.nga.giat.geowave.core.store.query.aggregate.CountAggregation
-
- getResult() - Method in class mil.nga.giat.geowave.core.store.query.aggregate.DataStatisticsAggregation
-
- getResult(BufferedImage) - Method in class org.geotools.renderer.lite.DistributedRenderer.DistributedRenderingBlockingQueue
-
- getResult(BufferedImage) - Method in class org.geotools.renderer.lite.DistributedRenderer
-
- getRetryBackoffMs() - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaProducerCommandLineOptions
-
- getRetypedSimpleFeature(SimpleFeatureBuilder, SimpleFeature) - Method in class mil.nga.giat.geowave.format.geotools.vector.AbstractFieldRetypingSource
-
- getRetypedSimpleFeature(SimpleFeatureBuilder, SimpleFeature) - Method in interface mil.nga.giat.geowave.format.geotools.vector.RetypingVectorDataPlugin.RetypingVectorDataSource
-
- getRetypedSimpleFeatureType() - Method in class mil.nga.giat.geowave.format.geotools.vector.retyping.date.DateFieldRetypingSource
-
- getRetypedSimpleFeatureType() - Method in interface mil.nga.giat.geowave.format.geotools.vector.RetypingVectorDataPlugin.RetypingVectorDataSource
-
- getRetypingSource(SimpleFeatureType) - Method in class mil.nga.giat.geowave.format.geotools.vector.retyping.date.DateFieldRetypingPlugin
-
- getRetypingSource(SimpleFeatureType) - Method in interface mil.nga.giat.geowave.format.geotools.vector.RetypingVectorDataPlugin
-
- getRole() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember.Builder
-
Gets the value of the 'role' field
- getRole() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember
-
Gets the value of the 'role' field.
- getRowAsMergeableObject(ByteArrayId, ByteArrayId, byte[]) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.RasterTileRowTransform
-
- getRowAsMergeableObject(ByteArrayId, ByteArrayId, byte[]) - Method in interface mil.nga.giat.geowave.core.store.adapter.RowMergingDataAdapter.RowTransform
-
- getRowCount(String, String...) - Method in interface mil.nga.giat.geowave.datastore.accumulo.AccumuloOperations
-
- getRowCount(String, String...) - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- getRowId() - Method in class mil.nga.giat.geowave.core.store.base.EntryRowID
-
- getRowId() - Method in class mil.nga.giat.geowave.core.store.entities.GeowaveRowId
-
- getRowId() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryEntryRow
-
- getRowId(T) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.AbstractHBasePersistence
-
- getRowId(DataStatistics<?>) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseDataStatisticsStore
-
This function will append a UUID to the record that's inserted into the
database.
- getRowIdBytes(GeowaveRowId) - Static method in class mil.nga.giat.geowave.datastore.accumulo.AccumuloDataStore
-
- getRowIdObject(byte[]) - Static method in class mil.nga.giat.geowave.datastore.accumulo.AccumuloDataStore
-
- getRowIds() - Method in class mil.nga.giat.geowave.core.store.base.DataStoreEntryInfo
-
- getRowIds() - Method in class mil.nga.giat.geowave.core.store.query.RowIdQuery
-
- getRowIds(WritableDataAdapter<T>, PrimaryIndex, T) - Static method in class mil.nga.giat.geowave.core.store.util.DataStoreUtils
-
- getRowIds(WritableDataAdapter<T>, PrimaryIndex, T) - Static method in class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloUtils
-
- getRowIdsAtTier(BinnedNumericDataset, byte, SpaceFillingCurve, BigInteger, int) - Static method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
- getRowPrefix() - Method in class mil.nga.giat.geowave.core.store.query.PrefixIdQuery
-
- getRunDate() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- getRunId() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.NATO4676Message
-
- getRunners() - Method in class mil.nga.giat.geowave.analytic.mapreduce.MapReduceJobController
-
- getSample(int, int, int, double, double) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.SimpleAbstractMergeStrategy
-
- getSampleDimension(int) - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getSampleMaxSampleSize() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansParallelOptions
-
- getSampleMinSampleSize() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansParallelOptions
-
- getSampleModel(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.RootMergeStrategy
-
- getSampleModel() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getSampleModelBinary(SampleModel) - Static method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getSampleProbabilityFn() - Method in class mil.nga.giat.geowave.analytic.sample.Sampler
-
- getSampler() - Method in class mil.nga.giat.geowave.analytic.kmeans.serial.KMeansParallelInitialize
-
- getSampleSampleIterations() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansParallelOptions
-
- getSampleSampleRankFunction() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansJumpOptions
-
- getSampleSampleSize() - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansJumpOptions
-
- getSampleSize() - Method in class mil.nga.giat.geowave.analytic.sample.Sampler
-
- getScale() - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8RasterIngestCommandLineOptions
-
- getScaledImageOfType(Image, int, int, int) - Static method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChipUtils
-
- getScanCacheSize() - Method in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseOptions
-
- getScanCallback() - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- getScannedResults(Scan, String, String...) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.BasicHBaseOperations
-
- getScanner(ByteArrayId, ByteArrayId, String...) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AbstractAccumuloPersistence
-
- getScanner(AccumuloOperations, double[], Integer) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloQuery
-
- getScanner(AccumuloOperations, double[], Integer) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.InputFormatAccumuloRangeQuery
-
- getScanner(ByteArrayId, ByteArrayId, String...) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.AbstractHBasePersistence
-
- getScannerIterator() - Method in class mil.nga.giat.geowave.datastore.accumulo.util.PersistentDataFormatter
-
- getScannerLimit() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AbstractAccumuloRowQuery
-
- getScannerLimit() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloRowPrefixQuery
-
- getScannerLimit() - Method in class mil.nga.giat.geowave.datastore.hbase.query.AbstractHBaseRowQuery
-
- getScannerLimit() - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseRowPrefixQuery
-
- getScanSettings() - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AbstractAccumuloPersistence
-
- getScanSettings() - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloDataStatisticsStore
-
- getSchema() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues
-
- getSchema() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeature
-
- getSchema() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeatureCollection
-
- getSchema() - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition
-
- getSchema() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureCollection
-
- getSchema() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
- getSchema() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.LongArray
-
- getSchema() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node
-
- getSchema() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
- getSchema() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Relation
-
- getSchema() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember
-
- getSchema() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Way
-
- getSchema() - Method in class mil.nga.giat.geowave.core.ingest.avro.WholeFile
-
- getSchema() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.HdfsFile
-
- getSchema() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
- getSchema() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint
-
- getScope() - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.ConvexHullJobRunner
-
- getScope() - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.GeoWaveInputLoadJobRunner
-
- getScope() - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.GroupAssigmentJobRunner
-
- getScope() - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- getScope() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansDistortionJobRunner
-
- getScope() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansJobRunner
-
- getScope() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KSamplerJobRunner
-
- getScope() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.UpdateCentroidCostJobRunner
-
- getScope() - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNJobRunner
-
- getScopes() - Method in class mil.nga.giat.geowave.datastore.accumulo.IteratorConfig
-
- getSecondaryId(T) - Method in class mil.nga.giat.geowave.core.store.metadata.AbstractGeowavePersistence
-
- getSecondaryId(Key) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AbstractAccumuloPersistence
-
- getSecondaryId(DataStatistics<?>) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloDataStatisticsStore
-
- getSecondaryId(DataStatistics<?>) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseDataStatisticsStore
-
- getSecondaryIndexConstraints(SecondaryIndex<?>) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.CQLQuery
-
- getSecondaryIndexConstraints(SecondaryIndex<?>) - Method in class mil.nga.giat.geowave.core.store.query.BasicQuery
-
- getSecondaryIndexConstraints(SecondaryIndex<?>) - Method in class mil.nga.giat.geowave.core.store.query.CoordinateRangeQuery
-
- getSecondaryIndexConstraints(SecondaryIndex<?>) - Method in interface mil.nga.giat.geowave.core.store.query.DistributableQuery
-
Return a set of constraints to apply to the given secondary index.
- getSecondaryIndexDataStore() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryStoreFactoryFamily
-
- getSecondaryIndexDataStore() - Method in interface mil.nga.giat.geowave.core.store.StoreFactoryFamilySpi
-
- getSecondaryIndexDataStore() - Method in class mil.nga.giat.geowave.datastore.accumulo.AccumuloStoreFactoryFamily
-
- getSecondaryIndexDataStore() - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseStoreFactoryFamily
-
- getSecondaryIndexQueryConstraints(SecondaryIndex<?>) - Method in class mil.nga.giat.geowave.core.store.query.BasicQuery
-
- getSecondaryQueryFilter(SecondaryIndex<?>) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.CQLQuery
-
- getSecondaryQueryFilter(SecondaryIndex<?>) - Method in class mil.nga.giat.geowave.core.store.query.BasicQuery
-
- getSecondaryQueryFilter(SecondaryIndex<?>) - Method in class mil.nga.giat.geowave.core.store.query.CoordinateRangeQuery
-
- getSecondaryQueryFilter(SecondaryIndex<?>) - Method in interface mil.nga.giat.geowave.core.store.query.DistributableQuery
-
- getSecondarySubStrategy() - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
- getSecurity() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummary
-
The security of a mission
- getSecurity() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.NATO4676Message
-
- getSecurity() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
- getSecurity() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- getSecurity() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackItem
-
- getSecurity() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- getSelectedDimensionalityProvider(String) - Static method in class mil.nga.giat.geowave.core.store.spi.DimensionalityTypeRegistry
-
- getSenderID() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.NATO4676Message
-
- getSerializationFormatOptionProvider() - Method in class mil.nga.giat.geowave.adapter.vector.ingest.SimpleFeatureIngestOptions
-
- getSerializedSize() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
- getSerializedSize() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponse
-
- getSerializedSize() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType
-
- getSerializedSize() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter
-
- getSerializedSize() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
- getSerializedSize() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponse
-
- getSerializedSize() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType
-
- getSerializedSize() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter
-
- getSerializerClass() - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaProducerCommandLineOptions
-
- getService() - Method in class mil.nga.giat.geowave.datastore.hbase.query.AggregationEndpoint
-
- getServiceInfo() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderWMSFacade
-
- getSet() - Method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalConstraintsSet
-
- getShape() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.nodata.NoDataByFilter
-
- getShortVal(Element) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getShortVal(Element, String, short) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getShortVal(Element, String) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getShortVal(Element, String, Namespace) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getSigma(int, int) - Static method in class mil.nga.giat.geowave.analytic.mapreduce.kde.GaussianFilter
-
- getSimpleFeature() - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getSimpleFeatureCollection() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeatureCollection.Builder
-
Gets the value of the 'simpleFeatureCollection' field
- getSimpleFeatureCollection() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeatureCollection
-
Gets the value of the 'simpleFeatureCollection' field.
- getSimulationIndicator() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- getSM() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.Length
-
- getSortComparator() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getSortComparator() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getSource() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- getSource() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackItem
-
- getSourceFilename() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- getSourceGmtiMissionUid() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- getSourceGmtiMissionUuid() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- getSourceModality() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
- getSourceReliability() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.ClassificationCredibility
-
- getSourceReliability() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- getSources() - Method in class mil.nga.giat.geowave.adapter.raster.FitToIndexGridCoverage
-
- getSpatialPrecision() - Method in enum mil.nga.giat.geowave.core.geotime.ingest.SpatialTemporalDimensionalityTypeProvider.Bias
-
- getSpeed() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- getSphereDistance(EarthVector) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Compute the distance (km) from this coord to the input coord using
trigonometry.
- getSplitOptions() - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.AbstractSplitsCommand
-
- getSplits(DistributableQuery, QueryOptions, AdapterStore, DataStatisticsStore, IndexStore, Integer, Integer) - Method in class mil.nga.giat.geowave.datastore.accumulo.AccumuloDataStore
-
- getSplits(DistributableQuery, QueryOptions, AdapterStore, DataStatisticsStore, IndexStore, Integer, Integer) - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseDataStore
-
- getSplits(JobContext) - Method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- getSplits(DistributableQuery, QueryOptions, AdapterStore, DataStatisticsStore, IndexStore, Integer, Integer) - Method in interface mil.nga.giat.geowave.mapreduce.MapReduceDataStore
-
- getSplits(DataStoreOperations, DistributableQuery, QueryOptions, AdapterStore, DataStatisticsStore, IndexStore, AdapterIndexMappingStore, Integer, Integer) - Method in class mil.nga.giat.geowave.mapreduce.splits.SplitsProvider
-
Read the metadata table to get tablets and match up ranges to them.
- getSRID(SimpleFeature) - Static method in class mil.nga.giat.geowave.analytic.extract.SimpleFeatureGeometryExtractor
-
- getStart() - Method in class mil.nga.giat.geowave.core.index.ByteArrayRange
-
- getStart() - Method in class mil.nga.giat.geowave.core.store.index.text.TextRangeFilter
-
- getStart(GeoWaveRowRange, int) - Static method in class mil.nga.giat.geowave.mapreduce.splits.SplitsProvider
-
- getStartKey() - Method in class mil.nga.giat.geowave.datastore.accumulo.mapreduce.AccumuloRowRange
-
- getStartKey() - Method in class mil.nga.giat.geowave.datastore.hbase.mapreduce.HBaseRowRange
-
- getStartKey() - Method in interface mil.nga.giat.geowave.mapreduce.splits.GeoWaveRowRange
-
- getStartRange() - Method in class mil.nga.giat.geowave.adapter.vector.utils.TimeDescriptors
-
- getStartRange() - Method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalConstraints
-
- getStartRangeName() - Method in class mil.nga.giat.geowave.adapter.vector.utils.TimeDescriptors.TimeDescriptorConfiguration
-
- getStartTime() - Method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalRange
-
- getStartTime() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummary
-
- getStationId() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.IDdata
-
- getStationId() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
- getStatistics() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.DataStatisticsBuilder
-
- getStatisticsId() - Method in class mil.nga.giat.geowave.adapter.raster.stats.HistogramStatistics
-
- getStatisticsId() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.AbstractDataStatistics
-
- getStatisticsId() - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.DataStatistics
-
- getStats() - Method in class mil.nga.giat.geowave.analytic.kmeans.serial.KMeansParallelInitialize
-
- getStats(AnalyticStats.StatValue) - Method in class mil.nga.giat.geowave.analytic.kmeans.serial.StatsMap
-
- getStatsFor(String) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureReader
-
- getStatsOptions() - Method in class mil.nga.giat.geowave.core.store.operations.remote.AbstractStatsCommand
-
- getStatsStore() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveDataStoreComponents
-
- getStatsStore() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryDataStore
-
- getStatus() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
- getStatus() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- getStatus() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getStatus() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getStoreAdapters(String, String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
- getStoreFactory() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryRequiredOptions
-
- getStoreFactory() - Method in class mil.nga.giat.geowave.core.store.StoreFactoryOptions
-
- getStoreFactory() - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloRequiredOptions
-
- getStoreFactory() - Method in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseRequiredOptions
-
- getStoreName() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.StoreLoader
-
- getStoreNamespace(String) - Static method in class mil.nga.giat.geowave.core.store.operations.remote.options.DataStorePluginOptions
-
- getStoreOptions() - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorMRExportCommand
-
- getStoreOptions(Class<?>, JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase
-
- getStoreOptions(JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- getStoreOptions(JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputFormat
-
- getStoreOptionsMap(Class<?>, JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase
-
- getStoreOptionsMap(JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- getStoreOptionsMap(JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputFormat
-
- getStorePlugin(String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
- getStoreType() - Method in class mil.nga.giat.geowave.core.store.operations.config.AddStoreCommand
-
- getStrategy() - Method in class mil.nga.giat.geowave.format.geotools.raster.NoDataMergeStrategyProvider
-
- getStrategy() - Method in class mil.nga.giat.geowave.format.geotools.raster.NoMergeStrategyProvider
-
- getStrategy() - Method in interface mil.nga.giat.geowave.format.geotools.raster.RasterMergeStrategyProviderSpi
-
- getString(Enum<?>, String) - Method in class mil.nga.giat.geowave.analytic.ScopedJobConfiguration
-
- getString() - Method in class mil.nga.giat.geowave.core.index.ByteArrayId
-
- getStringVal(Element, String, Namespace) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getStringVal(Element) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getStringVal(Element, boolean) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getStringVal(Element, String) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getStringVal(Element, String, boolean) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getStringValIgnoreNamespace(Element, String, Namespace[], boolean) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- getStyle() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- getStyle(String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
Get a geoserver style
- getStyle(String) - Method in class mil.nga.giat.geowave.service.client.GeoserverServiceClient
-
- getStyle(String) - Method in interface mil.nga.giat.geowave.service.GeoserverService
-
- getStyle(String) - Method in class mil.nga.giat.geowave.service.impl.GeoserverServiceImpl
-
- getStyles() - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
Get a list of geoserver styles
- getStyles() - Method in class mil.nga.giat.geowave.service.client.GeoserverServiceClient
-
- getStyles() - Method in interface mil.nga.giat.geowave.service.GeoserverService
-
- getStyles() - Method in class mil.nga.giat.geowave.service.impl.GeoserverServiceImpl
-
- getSubMappingAttribute() - Method in class mil.nga.giat.geowave.cli.osm.osmfeature.types.features.FeatureDefinition
-
- getSubMappingClass(String, String) - Method in class mil.nga.giat.geowave.cli.osm.osmfeature.types.features.FeatureDefinition
-
- getSubStrategies() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.CompoundHierarchicalIndexStrategyWrapper
-
- getSubStrategies() - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
- getSubStrategies() - Method in interface mil.nga.giat.geowave.core.index.HierarchicalNumericIndexStrategy
-
- getSubStrategies() - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
- getSubStratIdx() - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getSuccessCode() - Method in class mil.nga.giat.geowave.core.cli.parser.CommandLineOperationParams
-
- getSuccessException() - Method in class mil.nga.giat.geowave.core.cli.parser.CommandLineOperationParams
-
- getSuccessMessage() - Method in class mil.nga.giat.geowave.core.cli.parser.CommandLineOperationParams
-
- getSummerPercentile() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCellData
-
- getSupportedIndexableTypes() - Method in class mil.nga.giat.geowave.adapter.vector.ingest.AbstractSimpleFeatureIngestPlugin.AbstractIngestSimpleFeatureWithMapper
-
- getSupportedIndexableTypes() - Method in interface mil.nga.giat.geowave.core.ingest.DataAdapterProvider
-
return a set of classes that can be indexed by this data adapter
provider, used for compatibility checking with an index provider
- getSupportedIndexableTypes() - Method in class mil.nga.giat.geowave.format.avro.AvroIngestPlugin
-
- getSupportedIndexableTypes() - Method in class mil.nga.giat.geowave.format.gdelt.GDELTIngestPlugin
-
- getSupportedIndexableTypes() - Method in class mil.nga.giat.geowave.format.geolife.GeoLifeIngestPlugin
-
- getSupportedIndexableTypes() - Method in class mil.nga.giat.geowave.format.geotools.raster.GeoToolsRasterDataStoreIngestPlugin
-
- getSupportedIndexableTypes() - Method in class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataStoreIngestPlugin
-
- getSupportedIndexableTypes() - Method in class mil.nga.giat.geowave.format.gpx.GpxIngestPlugin
-
- getSupportedIndexableTypes() - Method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676IngestPlugin
-
- getSupportedIndexableTypes() - Method in class mil.nga.giat.geowave.format.tdrive.TdriveIngestPlugin
-
- getSupportedIndexableTypes() - Method in class mil.nga.giat.geowave.format.twitter.TwitterIngestPlugin
-
- getSupportedIndexFieldIds() - Method in interface mil.nga.giat.geowave.core.store.adapter.DimensionMatchingIndexFieldHandler
-
Returns the set of field IDs that are supported by this field handler
- getSupportedSecondaryIndices() - Method in class mil.nga.giat.geowave.adapter.vector.FeatureDataAdapter
-
- getSupportedSecondaryIndices() - Method in class mil.nga.giat.geowave.adapter.vector.index.SecondaryIndexManager
-
- getSupportedSecondaryIndices() - Method in interface mil.nga.giat.geowave.core.store.index.SecondaryIndexDataAdapter
-
- getSupportedStatisticsIds() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getSupportedStatisticsIds() - Method in class mil.nga.giat.geowave.adapter.vector.FeatureDataAdapter
-
- getSupportedStatisticsIds() - Method in class mil.nga.giat.geowave.adapter.vector.stats.StatsManager
-
- getSupportedStatisticsIds() - Method in class mil.nga.giat.geowave.adapter.vector.WholeFeatureDataAdapter
-
Deprecated.
- getSupportedStatisticsIds() - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.StatisticsProvider
-
- getSupportedStatisticsIds() - Method in class mil.nga.giat.geowave.core.store.DataStoreStatisticsProvider
-
- getSymlink() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getSymlink() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getTable(String) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.BasicHBaseOperations
-
- getTablename() - Method in class mil.nga.giat.geowave.core.store.metadata.AbstractGeowavePersistence
-
- getTableName(String) - Static method in class mil.nga.giat.geowave.datastore.hbase.operations.BasicHBaseOperations
-
- getTableNameSpace() - Method in interface mil.nga.giat.geowave.core.store.DataStoreOperations
-
- getTableNameSpace() - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- getTableNameSpace() - Method in class mil.nga.giat.geowave.datastore.hbase.operations.BasicHBaseOperations
-
- getTableRowId() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryEntryRow
-
- getTabletLocator(Object, String) - Static method in class mil.nga.giat.geowave.datastore.accumulo.mapreduce.AccumuloSplitsProvider
-
Initializes an Accumulo TabletLocator based on the configuration.
- getTags() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Gets the value of the 'tags' field
- getTags() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Gets the value of the 'tags' field.
- getTags() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Gets the value of the 'tags' field
- getTags() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
Gets the value of the 'tags' field.
- getTags() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Gets the value of the 'tags' field
- getTags() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Gets the value of the 'tags' field.
- getTaskAttemptID() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getTaskAttemptID() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getTaskCleanupNeeded() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getTaskCleanupNeeded() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getTaxiid() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Gets the value of the 'taxiid' field
- getTaxiid() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint
-
Gets the value of the 'taxiid' field.
- getTemporalConstraintsForDescriptors(TimeDescriptors, TemporalConstraintsSet) - Static method in class mil.nga.giat.geowave.adapter.vector.util.QueryIndexHelper
-
- getTemporalPrecision() - Method in enum mil.nga.giat.geowave.core.geotime.ingest.SpatialTemporalDimensionalityTypeProvider.Bias
-
- getTestEnvironment() - Method in enum mil.nga.giat.geowave.test.annotation.Environments.Environment
-
- getTestEnvironment() - Method in enum mil.nga.giat.geowave.test.annotation.GeoWaveTestStore.GeoWaveStoreType
-
- getThreads() - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToGeowaveCommand
-
- getTileSize() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getTileSize() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- getTileSize() - Method in class mil.nga.giat.geowave.format.geotools.raster.RasterOptionProvider
-
- getTileSize() - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8RasterIngestCommandLineOptions
-
- getTime() - Method in class mil.nga.giat.geowave.adapter.vector.utils.TimeDescriptors
-
- getTime() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackItem
-
- getTimeAttribute() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCommandLineOptions
-
- getTimeConstraintsFromIndex(TimeDescriptors, Map<ByteArrayId, DataStatistics<SimpleFeature>>) - Static method in class mil.nga.giat.geowave.adapter.vector.util.QueryIndexHelper
-
- getTimeDescriptors() - Method in class mil.nga.giat.geowave.adapter.vector.FeatureDataAdapter
-
- getTimeDescriptors() - Method in interface mil.nga.giat.geowave.adapter.vector.GeotoolsFeatureDataAdapter
-
- getTimeDescriptors() - Method in class mil.nga.giat.geowave.adapter.vector.WholeFeatureDataAdapter
-
Deprecated.
- getTimeMillis(Object) - Static method in class mil.nga.giat.geowave.core.geotime.TimeUtils
-
Get the time in millis of this temporal object (either numeric
interpreted as millisecond time in GMT, Date, or Calendar)
- getTimeMillis() - Method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChip
-
- getTimeName() - Method in class mil.nga.giat.geowave.adapter.vector.utils.TimeDescriptors.TimeDescriptorConfiguration
-
- getTimeoutMillis() - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- getTimeRangeHandler(SimpleFeatureType) - Method in class mil.nga.giat.geowave.adapter.vector.FeatureDataAdapter
-
- getTimestamp() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Gets the value of the 'timestamp' field
- getTimestamp() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
Gets the value of the 'timestamp' field.
- getTimestamp() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Gets the value of the 'timestamp' field
- getTimestamp() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Gets the value of the 'timestamp' field.
- getTimestamp() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Gets the value of the 'timestamp' field
- getTimestamp() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint
-
Gets the value of the 'timestamp' field.
- getTimeValue(Class<?>, long) - Static method in class mil.nga.giat.geowave.core.geotime.TimeUtils
-
Instantiates the class type as a new object with the temporal value being
the longVal interpreted as milliseconds since the epoch in GMT
- getTopKey() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- getTopKey() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.FixedCardinalitySkippingIterator
-
- getTopKey() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.NumericIndexStrategyFilterIterator
-
- getTopKey() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.WholeRowAggregationIterator
-
- getTopKey() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.WholeRowAggregationIterator.WholeRowAggregationParent
-
- getTopOriginalKey() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- getTopOriginalValue() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- getTopStatKey() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- getTopStatValue() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- getTopValue() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- getTopValue() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.FixedCardinalitySkippingIterator
-
- getTopValue() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.NumericIndexStrategyFilterIterator
-
- getTopValue() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.WholeRowAggregationIterator
-
- getTopValue() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.WholeRowAggregationIterator.WholeRowAggregationParent
-
- getTotalCount() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.FixedBinNumericHistogram
-
- getTotalCount() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.MinimalBinDistanceHistogram
-
- getTotalCount() - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.histogram.NumericHistogram
-
- getTrack() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- getTrackDataIdPrefix(String, String) - Static method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChipUtils
-
- getTrackerType() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
- getTrackid() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Gets the value of the 'trackid' field
- getTrackid() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Gets the value of the 'trackid' field.
- getTrackId() - Method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChip
-
- getTrackItemComment() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- getTrackItemSource() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- getTrackNumber() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
- getTrackNumber() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- getTrackPointSource() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- getTrackPointType() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- getTrackRelations() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
Provides a list of related tracks
- getTrackRelations() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
Provides a list of related tracks
- getTracks() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackMessage
-
- getTransaction() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveDataStoreComponents
-
- getTransaction() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureReader
-
- getTransaction() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.MemoryTransactionsAllocator
-
- getTransaction() - Method in interface mil.nga.giat.geowave.adapter.vector.plugin.transaction.TransactionsAllocator
-
- getTransactionBufferSize() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWavePluginConfig
-
- getTransform() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getTransform() - Method in interface mil.nga.giat.geowave.core.store.adapter.RowMergingDataAdapter
-
- getTransformName() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.RasterTileRowTransform
-
- getTransformName() - Method in interface mil.nga.giat.geowave.core.store.adapter.RowMergingDataAdapter.RowTransform
-
- getTranslationMap() - Method in class mil.nga.giat.geowave.core.cli.prefix.PrefixedJCommander
-
- getType() - Method in class mil.nga.giat.geowave.adapter.vector.FeatureDataAdapter
-
- getType() - Method in interface mil.nga.giat.geowave.adapter.vector.GeotoolsFeatureDataAdapter
-
- getType() - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getType() - Method in class mil.nga.giat.geowave.adapter.vector.WholeFeatureDataAdapter
-
Deprecated.
- getType() - Method in enum mil.nga.giat.geowave.analytic.AnalyticFeature.ClusterFeatureAttribute
-
- getType() - Method in class mil.nga.giat.geowave.core.cli.api.DefaultPluginOptions
-
This is implemented by the PluginOptions interface by child classes
- getType() - Method in interface mil.nga.giat.geowave.core.cli.api.PluginOptions
-
- getType() - Method in class mil.nga.giat.geowave.core.ingest.operations.options.IngestFormatPluginOptions
-
- getType() - Method in class mil.nga.giat.geowave.core.store.config.ConfigOption
-
- getType() - Method in interface mil.nga.giat.geowave.core.store.GenericFactory
-
- getType() - Method in class mil.nga.giat.geowave.core.store.memory.AbstractMemoryFactory
-
- getType() - Method in class mil.nga.giat.geowave.core.store.operations.config.AddIndexCommand
-
- getType() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.DataStorePluginOptions
-
- getType() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexGroupPluginOptions
-
- getType() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexPluginOptions
-
- getType() - Method in class mil.nga.giat.geowave.datastore.accumulo.AbstractAccumuloFactory
-
- getType() - Method in class mil.nga.giat.geowave.datastore.hbase.AbstractHBaseFactory
-
- getType() - Method in class mil.nga.giat.geowave.format.landsat8.WRS2GeometryStore
-
- getTypeName() - Method in class mil.nga.giat.geowave.adapter.vector.ingest.TypeNameOptionProvider
-
- getTypeNameOptionProvider() - Method in class mil.nga.giat.geowave.adapter.vector.ingest.SimpleFeatureIngestOptions
-
- getTypes() - Method in class mil.nga.giat.geowave.adapter.vector.ingest.AbstractSimpleFeatureIngestPlugin
-
- getTypes() - Method in class mil.nga.giat.geowave.format.avro.AvroIngestPlugin
-
- getTypes() - Method in class mil.nga.giat.geowave.format.gdelt.GDELTIngestPlugin
-
- getTypes() - Method in class mil.nga.giat.geowave.format.geolife.GeoLifeIngestPlugin
-
- getTypes() - Method in class mil.nga.giat.geowave.format.gpx.GpxIngestPlugin
-
- getTypes() - Method in class mil.nga.giat.geowave.format.tdrive.TdriveIngestPlugin
-
- getTypes() - Method in class mil.nga.giat.geowave.format.twitter.TwitterIngestPlugin
-
- getTypeVariableMap(Class<?>) - Static method in class mil.nga.giat.geowave.core.store.filter.GenericTypeResolver
-
- getUnit(int) - Static method in enum mil.nga.giat.geowave.core.geotime.index.dimension.TemporalBinningStrategy.Unit
-
- getUnitName() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- getUnitSymbol() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- getUnitVector() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Normalize the ECF vector
- getUnknownData() - Method in class mil.nga.giat.geowave.core.store.data.PersistenceEncoding
-
Return the data that has been persisted but not identified by a field
reader
- getUnknownFields() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
- getUnknownFields() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponse
-
- getUnknownFields() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType
-
- getUnknownFields() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter
-
- getUnknownFields() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
- getUnknownFields() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponse
-
- getUnknownFields() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType
-
- getUnknownFields() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter
-
- getUpperBoundPerPartition() - Method in class mil.nga.giat.geowave.analytic.nn.NNProcessor
-
- getUpperValue() - Method in class mil.nga.giat.geowave.core.store.index.numeric.NumberRangeFilter
-
- getUrl() - Method in class mil.nga.giat.geowave.cli.geoserver.ConfigGeoServerCommand
-
- getUrl() - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerConfig
-
- getURLFromSource(Object) - Static method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveGTRasterFormat
-
- getUser() - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerConfig
-
- getUser() - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloRequiredOptions
-
- getUser() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Gets the value of the 'user' field
- getUser() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Gets the value of the 'user' field.
- getUser() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getUser() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getUserData() - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getUserId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Gets the value of the 'user_id' field
- getUserId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Gets the value of the 'user_id' field.
- getUserId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Gets the value of the 'user_id' field
- getUserId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
Gets the value of the 'user_id' field.
- getUserid() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Gets the value of the 'userid' field
- getUserid() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Gets the value of the 'userid' field.
- getUserId() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- getUserName() - Method in class mil.nga.giat.geowave.adapter.vector.auth.AuthorizationEntry
-
- getUserName() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Gets the value of the 'user_name' field
- getUserName() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Gets the value of the 'user_name' field.
- getUserName() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Gets the value of the 'user_name' field
- getUserName() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
Gets the value of the 'user_name' field.
- getUsername() - Method in interface mil.nga.giat.geowave.datastore.accumulo.AccumuloOperations
-
- getUsername(AccumuloRequiredOptions) - Static method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- getUsername() - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- getUuid() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.LineageRelation
-
- getUuid() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
The UUID of a track
- getUuid() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- getUuid() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackItem
-
- getUuid() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackMessage
-
- getUuid() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- getUuid() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- getValue() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeature.Builder
-
Gets the value of the 'value' field
- getValue() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeature
-
Gets the value of the 'value' field.
- getValue() - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- getValue() - Method in class mil.nga.giat.geowave.analytic.mapreduce.CountofDoubleWritable
-
- getValue(JobContext, Class<?>, Object) - Method in class mil.nga.giat.geowave.analytic.param.BasicParameterHelper
-
- getValue(PropertyManagement) - Method in class mil.nga.giat.geowave.analytic.param.BasicParameterHelper
-
- getValue(JobContext, Class<?>, PersistableStore) - Method in class mil.nga.giat.geowave.analytic.param.InputStoreParameterHelper
-
- getValue(PropertyManagement) - Method in class mil.nga.giat.geowave.analytic.param.InputStoreParameterHelper
-
- getValue(JobContext, Class<?>, PersistableStore) - Method in class mil.nga.giat.geowave.analytic.param.OutputStoreParameterHelper
-
- getValue(PropertyManagement) - Method in class mil.nga.giat.geowave.analytic.param.OutputStoreParameterHelper
-
- getValue(PropertyManagement) - Method in interface mil.nga.giat.geowave.analytic.param.ParameterHelper
-
- getValue(JobContext, Class<?>, T) - Method in interface mil.nga.giat.geowave.analytic.param.ParameterHelper
-
- getValue() - Method in class mil.nga.giat.geowave.core.ingest.GeoWaveData
-
- getValue() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.KeyValueData
-
- getValue(ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.data.PersistentDataset
-
Given a field ID, get the associated value
- getValue() - Method in class mil.nga.giat.geowave.core.store.data.PersistentValue
-
Return the value
- getValue() - Method in class mil.nga.giat.geowave.core.store.flatten.FlattenedFieldInfo
-
- getValue() - Method in class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloKeyValuePair
-
- getValue() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponse.Builder
-
required bytes value = 1;
- getValue() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponse
-
required bytes value = 1;
- getValue() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponseOrBuilder
-
required bytes value = 1;
- getValue() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponse.Builder
-
required bytes value = 1;
- getValue() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponse
-
required bytes value = 1;
- getValue() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponseOrBuilder
-
required bytes value = 1;
- getValue() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRunParameter
-
- getValueConfidence() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.ClassificationCredibility
-
- getValueConfidence() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- getValues() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues.Builder
-
Gets the value of the 'values' field
- getValues() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues
-
Gets the value of the 'values' field.
- getValues() - Method in class mil.nga.giat.geowave.core.store.data.PersistentDataset
-
Get all of the values from this persistent data set
- getValues() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getVector() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Return the ECF vector
- getVector(EarthVector) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Compute the vector from this coord to the input coord
- getVectorDistanceKMSq(EarthVector) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
- getVectorIndex() - Method in class mil.nga.giat.geowave.format.landsat8.VectorOverrideCommandLineOptions
-
- getVectorStore() - Method in class mil.nga.giat.geowave.format.landsat8.VectorOverrideCommandLineOptions
-
- getVelocityX() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
- getVelocityY() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
- getVelocityZ() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
- getVersion() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Gets the value of the 'version' field
- getVersion() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
Gets the value of the 'version' field.
- getVersion() - Static method in class mil.nga.giat.geowave.core.cli.VersionUtils
-
- getVideo(String, String, int, double, double) - Method in class mil.nga.giat.geowave.types.stanag4676.service.rest.Stanag4676ImageryChipService
-
- getVisibility(GridCoverage, ByteArrayId, RasterTile<?>) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterTileWriter
-
- getVisibility(SimpleFeature, ByteArrayId, Object) - Method in class mil.nga.giat.geowave.adapter.vector.AvroFeatureWriter
-
- getVisibility(Object, ByteArrayId, Object[]) - Method in class mil.nga.giat.geowave.adapter.vector.field.SimpleFeatureSerializationProvider.WholeFeatureWriter
-
- getVisibility(T, ByteArrayId, CommonIndexValue) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.visibility.FieldLevelVisibilityHandler
-
- getVisibility(Object, ByteArrayId, GeometryWrapper) - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.GeometryAdapter
-
- getVisibility() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.GeometryWrapper
-
- getVisibility() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.Time.TimeRange
-
- getVisibility() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.Time.Timestamp
-
- getVisibility(Object, ByteArrayId, Time) - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.TimeAdapter
-
- getVisibility(Object, ByteArrayId, Calendar) - Method in class mil.nga.giat.geowave.core.geotime.store.field.CalendarSerializationProvider.CalendarWriter
-
- getVisibility(Object, ByteArrayId, Date) - Method in class mil.nga.giat.geowave.core.geotime.store.field.DateSerializationProvider.DateWriter
-
- getVisibility(Object, ByteArrayId, Geometry) - Method in class mil.nga.giat.geowave.core.geotime.store.field.GeometrySerializationProvider.GeometryWriter
-
- getVisibility() - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.AbstractDataStatistics
-
- getVisibility() - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.DataStatistics
-
- getVisibility(DataStoreEntryInfo, T) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.EmptyStatisticVisibility
-
- getVisibility(DataStoreEntryInfo, T) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.FieldIdStatisticVisibility
-
- getVisibility(DataStoreEntryInfo, T) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.FieldTypeStatisticVisibility
-
- getVisibility() - Method in class mil.nga.giat.geowave.core.store.base.DataStoreEntryInfo.FieldInfo
-
- getVisibility(RowType, ByteArrayId, FieldType[]) - Method in class mil.nga.giat.geowave.core.store.data.field.ArrayWriter
-
- getVisibility(Object, ByteArrayId, BigDecimal) - Method in class mil.nga.giat.geowave.core.store.data.field.base.BigDecimalSerializationProvider.BigDecimalWriter
-
- getVisibility(Object, ByteArrayId, BigInteger) - Method in class mil.nga.giat.geowave.core.store.data.field.base.BigIntegerSerializationProvider.BigIntegerWriter
-
- getVisibility(Object, ByteArrayId, Byte[]) - Method in class mil.nga.giat.geowave.core.store.data.field.base.ByteArraySerializationProvider.ByteArrayWriter
-
- getVisibility(Object, ByteArrayId, Byte) - Method in class mil.nga.giat.geowave.core.store.data.field.base.ByteSerializationProvider.ByteWriter
-
- getVisibility(Object, ByteArrayId, Double) - Method in class mil.nga.giat.geowave.core.store.data.field.base.DoubleSerializationProvider.DoubleWriter
-
- getVisibility(Object, ByteArrayId, Float) - Method in class mil.nga.giat.geowave.core.store.data.field.base.FloatSerializationProvider.FloatWriter
-
- getVisibility(Object, ByteArrayId, Integer) - Method in class mil.nga.giat.geowave.core.store.data.field.base.IntegerSerializationProvider.IntegerWriter
-
- getVisibility(Object, ByteArrayId, Long) - Method in class mil.nga.giat.geowave.core.store.data.field.base.LongSerializationProvider.LongWriter
-
- getVisibility(Object, ByteArrayId, Short) - Method in class mil.nga.giat.geowave.core.store.data.field.base.ShortSerializationProvider.ShortWriter
-
- getVisibility(Object, ByteArrayId, String) - Method in class mil.nga.giat.geowave.core.store.data.field.base.StringSerializationProvider.StringWriter
-
- getVisibility(RowType, ByteArrayId, FieldType) - Method in class mil.nga.giat.geowave.core.store.data.field.BasicWriter
-
- getVisibility(RowType, ByteArrayId, FieldType) - Method in interface mil.nga.giat.geowave.core.store.data.field.FieldVisibilityHandler
-
Determine visibility on a per field basis.
- getVisibility(RowType, ByteArrayId, FieldType) - Method in class mil.nga.giat.geowave.core.store.data.visibility.GlobalVisibilityHandler
-
- getVisibility(RowType, ByteArrayId, FieldType) - Method in class mil.nga.giat.geowave.core.store.data.visibility.UnconstrainedVisibilityHandler
-
- getVisibility(Object, ByteArrayId, ArrayWrapper<T>) - Method in class mil.nga.giat.geowave.core.store.dimension.ArrayAdapter
-
- getVisibility() - Method in class mil.nga.giat.geowave.core.store.dimension.ArrayWrapper
-
- getVisibility(DataStoreEntryInfo, T) - Method in interface mil.nga.giat.geowave.core.store.EntryVisibilityHandler
-
- getVisibility() - Method in interface mil.nga.giat.geowave.core.store.index.CommonIndexValue
-
- getVisibility(T) - Method in class mil.nga.giat.geowave.core.store.metadata.AbstractGeowavePersistence
-
- getVisibility() - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.VisibilityOptions
-
- getVisibility(DataStatistics<?>) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloDataStatisticsStore
-
- getVisibility() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Gets the value of the 'visibility' field
- getVisibility() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Gets the value of the 'visibility' field.
- getVisibilityCounts(PrimaryIndex, List<ByteArrayId>, DataStatisticsStore, String...) - Static method in class mil.nga.giat.geowave.core.store.data.visibility.DifferingFieldVisibilityEntryCount
-
- getVisibilityHandler(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getVisibilityHandler(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.vector.FeatureDataAdapter
-
- getVisibilityHandler(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.vector.stats.StatsManager
-
- getVisibilityHandler(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.vector.WholeFeatureDataAdapter
-
Deprecated.
- getVisibilityHandler(ByteArrayId) - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.StatisticsProvider
-
- getVisibilityHandler(ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.DataStoreStatisticsProvider
-
- getVisibilityHandler(ByteArrayId) - Method in interface mil.nga.giat.geowave.core.store.index.SecondaryIndexDataAdapter
-
- getVisibilityOptions() - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- getVisible() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Gets the value of the 'visible' field
- getVisible() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
Gets the value of the 'visible' field.
- getWays() - Method in class mil.nga.giat.geowave.cli.osm.parser.OsmXmlLoader
-
- getWaysBasePath() - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- getWaysBasePath() - Method in class mil.nga.giat.geowave.cli.osm.parser.OsmPbfParserOptions
-
- getWidth() - Method in class mil.nga.giat.geowave.core.geotime.store.statistics.BoundingBoxDataStatistics
-
- getWinterPercentile() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCellData
-
- getWmsInterpolationOrdinal() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- getWorkingDirectory() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- getWorkingDirectory() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- getWorkspace() - Method in class mil.nga.giat.geowave.cli.geoserver.ConfigGeoServerCommand
-
- getWorkspace() - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerConfig
-
- getWorkspaceDir() - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8BasicCommandLineOptions
-
- getWorkspaces() - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
Get list of workspaces from geoserver
- getWorkspaces() - Method in class mil.nga.giat.geowave.service.client.GeoserverServiceClient
-
- getWorkspaces() - Method in interface mil.nga.giat.geowave.service.GeoserverService
-
- getWorkspaces() - Method in class mil.nga.giat.geowave.service.impl.GeoserverServiceImpl
-
- getWrappedItem() - Method in interface mil.nga.giat.geowave.analytic.AnalyticItemWrapper
-
- getWrappedItem() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory.CentroidItemWrapper
-
- getWrappedItem() - Method in class mil.nga.giat.geowave.analytic.clustering.LongCentroid
-
- getWrappedItem() - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper
-
- getWriter(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter
-
- getWriter(Object) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveGTRasterFormat
-
- getWriter(Object, Hints) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveGTRasterFormat
-
- getWriter(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.vector.AvroFeatureDataAdapter
-
- getWriter(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.vector.FeatureDataAdapter
-
- getWriter(ByteArrayId) - Method in class mil.nga.giat.geowave.adapter.vector.WholeFeatureDataAdapter
-
Deprecated.
- getWriter(ByteArrayId) - Method in class mil.nga.giat.geowave.analytic.clustering.DistortionGroupManagement.DistortionDataAdapter
-
- getWriter() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.SpatialArrayField
-
- getWriter() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.SpatialField
-
- getWriter() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.TimeArrayField
-
- getWriter() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.TimeField
-
- getWriter(String, AvroFormatPlugin) - Method in class mil.nga.giat.geowave.core.ingest.hdfs.StageRunData
-
- getWriter(ByteArrayId) - Method in interface mil.nga.giat.geowave.core.store.data.DataWriter
-
Get a writer for an individual field given the ID
- getWriter() - Method in class mil.nga.giat.geowave.core.store.dimension.ArrayField
-
- getWriter() - Method in interface mil.nga.giat.geowave.core.store.dimension.NumericDimensionField
-
Get a writer that can handle serializing values for this field
- getWriter(SecondaryIndex<?>) - Method in class mil.nga.giat.geowave.core.store.index.BaseSecondaryIndexDataStore
-
- getWriter(ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.index.BasicIndexModel
-
- getWriter(SecondaryIndex<?>) - Method in class mil.nga.giat.geowave.datastore.accumulo.index.secondary.AccumuloSecondaryIndexDataStore
-
- getWriter(SecondaryIndex<?>) - Method in class mil.nga.giat.geowave.datastore.hbase.index.secondary.HBaseSecondaryIndexDataStore
-
- getWriter(ByteArrayId) - Method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChipDataAdapter
-
- getWriterInternal(Query, int) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureSource
-
- getWrittenValue() - Method in class mil.nga.giat.geowave.core.store.base.DataStoreEntryInfo.FieldInfo
-
- getX() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.nodata.NoDataMetadata.SampleIndex
-
- getX() - Method in class mil.nga.giat.geowave.analytic.GeoObjectDimensionValues
-
- getX() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Get the x coordinate of the ECF vector (km)
- getY() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.nodata.NoDataMetadata.SampleIndex
-
- getY() - Method in class mil.nga.giat.geowave.analytic.GeoObjectDimensionValues
-
- getY() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Get the y coordinate of the ECF vector (km)
- getYards() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.Length
-
- getZ() - Method in class mil.nga.giat.geowave.analytic.GeoObjectDimensionValues
-
- getZ() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Get the z coordinate of the ECF vector (km)
- getZookeeper() - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloRequiredOptions
-
- getZookeeper() - Method in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseRequiredOptions
-
- getZookeeper() - Method in class mil.nga.giat.geowave.test.AccumuloStoreTestEnvironment
-
- getZookeeper() - Method in class mil.nga.giat.geowave.test.ZookeeperTestEnvironment
-
- getZookeeperConnect() - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaConsumerCommandLineOptions
-
- getZookeepers() - Method in class mil.nga.giat.geowave.datastore.hbase.HBaseCommandLineOptions
-
- getZoomLevel() - Method in interface mil.nga.giat.geowave.analytic.AnalyticItemWrapper
-
- getZoomLevel() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory.CentroidItemWrapper
-
- getZoomLevel() - Method in class mil.nga.giat.geowave.analytic.clustering.LongCentroid
-
- getZoomLevel() - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper
-
- GLOBAL_VISIBILITY_KEY - Static variable in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.AbstractMapReduceIngest
-
- GlobalParameter - Annotation Type in mil.nga.giat.geowave.analytic.param.annotations
-
This is a stop-gap measure to allow using JCommander with Analytics, until we
figure out how to deal with PropertyEnum.
- GlobalParameters - Class in mil.nga.giat.geowave.analytic.param
-
- GlobalParameters() - Constructor for class mil.nga.giat.geowave.analytic.param.GlobalParameters
-
- GlobalParameters.Global - Enum in mil.nga.giat.geowave.analytic.param
-
- GlobalVisibilityHandler<RowType,FieldType> - Class in mil.nga.giat.geowave.core.store.data.visibility
-
Basic implementation of a visibility handler where the decision of visibility
is not determined on a per field or even per row basis, but rather a single
visibility is globally assigned for every field written.
- GlobalVisibilityHandler(String) - Constructor for class mil.nga.giat.geowave.core.store.data.visibility.GlobalVisibilityHandler
-
- GM - Static variable in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
- GPX_POINT_FEATURE - Static variable in class mil.nga.giat.geowave.format.gpx.GpxUtils
-
- GPX_ROUTE_FEATURE - Static variable in class mil.nga.giat.geowave.format.gpx.GpxUtils
-
- GPX_TRACK_FEATURE - Static variable in class mil.nga.giat.geowave.format.gpx.GpxUtils
-
- GPX_WAYPOINT_FEATURE - Static variable in class mil.nga.giat.geowave.format.gpx.GpxUtils
-
- GPXConsumer - Class in mil.nga.giat.geowave.format.gpx
-
Consumes a GPX file.
- GPXConsumer(InputStream, Collection<ByteArrayId>, String, Map<String, Map<String, String>>, boolean, String) - Constructor for class mil.nga.giat.geowave.format.gpx.GPXConsumer
-
- gpxfile - Variable in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Deprecated.
- GpxIngestFormat - Class in mil.nga.giat.geowave.format.gpx
-
This represents an ingest format plugin provider for GPX data.
- GpxIngestFormat() - Constructor for class mil.nga.giat.geowave.format.gpx.GpxIngestFormat
-
- GpxIngestPlugin - Class in mil.nga.giat.geowave.format.gpx
-
This plugin is used for ingesting any GPX formatted data from a local file
system into GeoWave as GeoTools' SimpleFeatures.
- GpxIngestPlugin() - Constructor for class mil.nga.giat.geowave.format.gpx.GpxIngestPlugin
-
- GpxIngestPlugin.IngestGpxTrackFromHdfs - Class in mil.nga.giat.geowave.format.gpx
-
- GpxTrack - Class in mil.nga.giat.geowave.format.gpx
-
- GpxTrack() - Constructor for class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Default constructor.
- GpxTrack(Long, Long, ByteBuffer, Long, String, String, Long, String, List<String>) - Constructor for class mil.nga.giat.geowave.format.gpx.GpxTrack
-
All-args constructor.
- GpxTrack.Builder - Class in mil.nga.giat.geowave.format.gpx
-
RecordBuilder for GpxTrack instances.
- GpxUtils - Class in mil.nga.giat.geowave.format.gpx
-
This is a convenience class for performing common GPX static utility methods
such as schema validation, file parsing, and SimpleFeatureType definition.
- GpxUtils() - Constructor for class mil.nga.giat.geowave.format.gpx.GpxUtils
-
- grams(String, int, int) - Static method in class mil.nga.giat.geowave.core.store.index.text.TextIndexStrategy
-
- GridCoverageWritable - Class in mil.nga.giat.geowave.adapter.raster.adapter
-
This class is used by GridCoverageDataAdapter to persist GridCoverages.
- GridCoverageWritable() - Constructor for class mil.nga.giat.geowave.adapter.raster.adapter.GridCoverageWritable
-
- GridCoverageWritable(RasterTile, double, double, double, double) - Constructor for class mil.nga.giat.geowave.adapter.raster.adapter.GridCoverageWritable
-
- GroupAssigmentJobRunner - Class in mil.nga.giat.geowave.analytic.mapreduce.clustering.runner
-
Assign group IDs to input items based on centroids.
- GroupAssigmentJobRunner() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.GroupAssigmentJobRunner
-
- GroupAssignmentMapper() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.clustering.GroupAssignmentMapReduce.GroupAssignmentMapper
-
- GroupAssignmentMapReduce - Class in mil.nga.giat.geowave.analytic.mapreduce.clustering
-
Adjust input items so that so that the assigned centroid becomes the group
ID.
- GroupAssignmentMapReduce() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.clustering.GroupAssignmentMapReduce
-
- GroupAssignmentMapReduce.GroupAssignmentMapper - Class in mil.nga.giat.geowave.analytic.mapreduce.clustering
-
- groupID - Variable in class mil.nga.giat.geowave.analytic.mapreduce.clustering.SimpleFeatureOutputReducer
-
- GroupIDText - Class in mil.nga.giat.geowave.analytic.mapreduce
-
- GroupIDText() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.GroupIDText
-
- GroupParameterEnum - Interface in mil.nga.giat.geowave.analytic.param
-
- HADOOP_DLL - Static variable in class mil.nga.giat.geowave.test.AccumuloStoreTestEnvironment
-
- HADOOP_WINDOWS_UTIL - Static variable in class mil.nga.giat.geowave.datastore.accumulo.minicluster.MiniAccumuloClusterFactory
-
- HADOOP_WINDOWS_UTIL - Static variable in class mil.nga.giat.geowave.examples.accumulo.app.GeoWaveDemoApp
-
- HADOOP_WINDOWS_UTIL - Static variable in class mil.nga.giat.geowave.test.AccumuloStoreTestEnvironment
-
- HadoopDataAdapter<T,W extends org.apache.hadoop.io.Writable> - Interface in mil.nga.giat.geowave.mapreduce
-
This is an interface that extends data adapter to allow map reduce jobs to
easily convert hadoop writable objects to and from the geowave native
representation of the objects.
- HadoopOptions - Class in mil.nga.giat.geowave.analytic.mapreduce
-
This class encapsulates the command-line options and parsed values specific
to staging intermediate data to HDFS.
- HadoopOptions(PropertyManagement) - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.HadoopOptions
-
- HadoopOptions(String, Path, String) - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.HadoopOptions
-
- HadoopWritableSerializationTool - Class in mil.nga.giat.geowave.mapreduce
-
Use this class to maintain a set of serializers per adapters associated with
the context of a single mapper or reducer.
- HadoopWritableSerializationTool(AdapterStore) - Constructor for class mil.nga.giat.geowave.mapreduce.HadoopWritableSerializationTool
-
- HadoopWritableSerializer<T,W extends org.apache.hadoop.io.Writable> - Interface in mil.nga.giat.geowave.mapreduce
-
- hasAdapter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bytes adapter = 5;
- hasAdapter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
optional bytes adapter = 5;
- hasAdapter() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes adapter = 5;
- hasAdapter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes adapter = 5;
- hasAdapter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
optional bytes adapter = 5;
- hasAdapter() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes adapter = 5;
- hasAdapterId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter.Builder
-
required bytes adapterId = 1;
- hasAdapterId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter
-
required bytes adapterId = 1;
- hasAdapterId() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilterOrBuilder
-
required bytes adapterId = 1;
- hasAdapterId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes adapterId = 6;
- hasAdapterId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
optional bytes adapterId = 6;
- hasAdapterId() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes adapterId = 6;
- hasAdapterId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter.Builder
-
required bytes adapterId = 1;
- hasAdapterId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter
-
required bytes adapterId = 1;
- hasAdapterId() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilterOrBuilder
-
required bytes adapterId = 1;
- hasAggregation() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
required .AggregationType aggregation = 1;
- hasAggregation() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
required .AggregationType aggregation = 1;
- hasAggregation() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequestOrBuilder
-
required .AggregationType aggregation = 1;
- hasAggregation() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
required .AggregationType aggregation = 1;
- hasAggregation() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
required .AggregationType aggregation = 1;
- hasAggregation() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequestOrBuilder
-
required .AggregationType aggregation = 1;
- hasAtLeastSpatial(PrimaryIndex) - Static method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureReader
-
- hasAtLeastSpatial(PrimaryIndex) - Static method in class mil.nga.giat.geowave.adapter.vector.query.cql.CQLQuery
-
- hasAttributeDefaultClassifications() - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition.Builder
-
Checks whether the 'attributeDefaultClassifications' field has been set
- hasAttributeNames() - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition.Builder
-
Checks whether the 'attributeNames' field has been set
- hasAttributeTypes() - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition.Builder
-
Checks whether the 'attributeTypes' field has been set
- hasBlockCaching() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bool blockCaching = 6;
- hasBlockCaching() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
optional bool blockCaching = 6;
- hasBlockCaching() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequestOrBuilder
-
optional bool blockCaching = 6;
- hasBlockCaching() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bool blockCaching = 8;
- hasBlockCaching() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
optional bool blockCaching = 8;
- hasBlockCaching() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequestOrBuilder
-
optional bool blockCaching = 8;
- hasCacheSize() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional int32 cacheSize = 7;
- hasCacheSize() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
optional int32 cacheSize = 7;
- hasCacheSize() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequestOrBuilder
-
optional int32 cacheSize = 7;
- hasCacheSize() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional int32 cacheSize = 9;
- hasCacheSize() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
optional int32 cacheSize = 9;
- hasCacheSize() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequestOrBuilder
-
optional int32 cacheSize = 9;
- hasChangesetId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Checks whether the 'changeset_id' field has been set
- hasClassifications() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues.Builder
-
Checks whether the 'classifications' field has been set
- hasClosedAt() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Checks whether the 'closed_at' field has been set
- hasCommon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node.Builder
-
Checks whether the 'common' field has been set
- hasCommon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Relation.Builder
-
Checks whether the 'common' field has been set
- hasCommon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Way.Builder
-
Checks whether the 'common' field has been set
- hasConstraintsFor(String) - Method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalConstraintsSet
-
- hasConstraintsForRange(String, String) - Method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalConstraintsSet
-
- hasCreatedAt() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Checks whether the 'created_at' field has been set
- hasDataId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter.Builder
-
required bytes dataId = 2;
- hasDataId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter
-
required bytes dataId = 2;
- hasDataId() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilterOrBuilder
-
required bytes dataId = 2;
- hasDataId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter.Builder
-
required bytes dataId = 2;
- hasDataId() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter
-
required bytes dataId = 2;
- hasDataId() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilterOrBuilder
-
required bytes dataId = 2;
- hasDescription() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Checks whether the 'description' field has been set
- hasFeatureType() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeature.Builder
-
Checks whether the 'featureType' field has been set
- hasFeatureType() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeatureCollection.Builder
-
Checks whether the 'featureType' field has been set
- hasFeatureTypeName() - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition.Builder
-
Checks whether the 'featureTypeName' field has been set
- hasFid() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues.Builder
-
Checks whether the 'fid' field has been set
- hasFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bytes filter = 3;
- hasFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
optional bytes filter = 3;
- hasFilter() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes filter = 3;
- hasFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes filter = 3;
- hasFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
optional bytes filter = 3;
- hasFilter() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes filter = 3;
- hasGpxfile() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Checks whether the 'gpxfile' field has been set
- hashCentroid(Geometry) - Static method in class mil.nga.giat.geowave.test.TestUtils
-
- hashCode() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.nodata.NoDataMergeStrategy
-
- hashCode() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.nodata.NoDataMetadata.SampleIndex
-
- hashCode() - Method in class mil.nga.giat.geowave.adapter.raster.adapter.merge.SimpleAbstractMergeStrategy
-
- hashCode() - Method in class mil.nga.giat.geowave.adapter.raster.Resolution
-
- hashCode() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.lock.AuthorizedLock
-
- hashCode() - Method in class mil.nga.giat.geowave.adapter.vector.utils.TimeDescriptors
-
- hashCode() - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidPairing
-
- hashCode() - Method in class mil.nga.giat.geowave.analytic.clustering.LongCentroid
-
- hashCode() - Method in class mil.nga.giat.geowave.analytic.clustering.NeighborData
-
- hashCode() - Method in class mil.nga.giat.geowave.analytic.GeometryHullTool.Edge
-
- hashCode() - Method in class mil.nga.giat.geowave.analytic.mapreduce.CountofDoubleWritable
-
- hashCode() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItem
-
- hashCode() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanClusterList
-
- hashCode() - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCellData
-
- hashCode() - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNData
-
- hashCode() - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNMapReduce.PartitionDataWritable
-
- hashCode() - Method in class mil.nga.giat.geowave.analytic.partitioner.AbstractPartitioner
-
- hashCode() - Method in class mil.nga.giat.geowave.analytic.partitioner.Partitioner.PartitionData
-
- hashCode() - Method in class mil.nga.giat.geowave.core.geotime.index.dimension.TemporalBinningStrategy
-
- hashCode() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.SpatialField
-
- hashCode() - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.TimeField
-
- hashCode() - Method in class mil.nga.giat.geowave.core.geotime.store.filter.SpatialQueryFilter.GeometryImage
-
- hashCode() - Method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalConstraints
-
- hashCode() - Method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalRange
-
- hashCode() - Method in class mil.nga.giat.geowave.core.index.ByteArrayId
-
- hashCode() - Method in class mil.nga.giat.geowave.core.index.ByteArrayRange
-
- hashCode() - Method in class mil.nga.giat.geowave.core.index.CompoundIndexStrategy
-
- hashCode() - Method in class mil.nga.giat.geowave.core.index.Coordinate
-
- hashCode() - Method in class mil.nga.giat.geowave.core.index.CoordinateRange
-
- hashCode() - Method in class mil.nga.giat.geowave.core.index.dimension.BasicDimensionDefinition
-
- hashCode() - Method in class mil.nga.giat.geowave.core.index.dimension.UnboundedDimensionDefinition
-
- hashCode() - Method in class mil.nga.giat.geowave.core.index.HierarchicalNumericIndexStrategy.SubStrategy
-
- hashCode() - Method in class mil.nga.giat.geowave.core.index.MultiDimensionalCoordinates
-
- hashCode() - Method in class mil.nga.giat.geowave.core.index.sfc.data.BasicNumericDataset
-
- hashCode() - Method in class mil.nga.giat.geowave.core.index.sfc.data.NumericRange
-
- hashCode() - Method in class mil.nga.giat.geowave.core.index.sfc.data.NumericValue
-
- hashCode() - Method in class mil.nga.giat.geowave.core.index.sfc.hilbert.HilbertSFC
-
- hashCode() - Method in class mil.nga.giat.geowave.core.index.sfc.SFCDimensionDefinition
-
- hashCode() - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.SingleTierSubStrategy
-
- hashCode() - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
- hashCode() - Method in class mil.nga.giat.geowave.core.index.sfc.zorder.ZOrderSFC
-
- hashCode() - Method in class mil.nga.giat.geowave.core.index.simple.SimpleNumericIndexStrategy
-
- hashCode() - Method in class mil.nga.giat.geowave.core.store.AdapterToIndexMapping
-
- hashCode() - Method in class mil.nga.giat.geowave.core.store.base.EntryRowID
-
- hashCode() - Method in class mil.nga.giat.geowave.core.store.index.BasicIndexModel
-
- hashCode() - Method in class mil.nga.giat.geowave.core.store.index.CustomIdIndex
-
- hashCode() - Method in class mil.nga.giat.geowave.core.store.index.PrimaryIndex
-
- hashCode() - Method in class mil.nga.giat.geowave.core.store.index.SecondaryIndex
-
- hashCode() - Method in class mil.nga.giat.geowave.core.store.memory.MemoryEntryRow
-
- hashCode() - Method in class mil.nga.giat.geowave.core.store.query.BasicQuery.ConstraintData
-
- hashCode() - Method in class mil.nga.giat.geowave.core.store.query.BasicQuery.Constraints
-
- hashCode() - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- hashCode() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
- hashCode() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponse
-
- hashCode() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType
-
- hashCode() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter
-
- hashCode() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
- hashCode() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponse
-
- hashCode() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType
-
- hashCode() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter
-
- hashCode() - Method in class mil.nga.giat.geowave.format.landsat8.index.Landsat8TemporalBinningStrategy
-
- hashCode() - Method in class mil.nga.giat.geowave.format.landsat8.WRS2GeometryStore.WRS2Key
-
- hashCode() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
- hashCode() - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.Length
-
- hashCode() - Method in class mil.nga.giat.geowave.mapreduce.GeoWaveKey
-
- hashCode() - Method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputKey
-
- hashCode() - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- hashCode() - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- hashCode() - Method in class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputKey
-
- hashCode() - Method in class mil.nga.giat.geowave.mapreduce.splits.IntermediateSplitInfo
-
- hashCode() - Method in class mil.nga.giat.geowave.mapreduce.splits.RangeLocationPair
-
- hashedCentroids - Variable in class mil.nga.giat.geowave.test.TestUtils.ExpectedResults
-
- HashKeyIndexStrategy - Class in mil.nga.giat.geowave.core.index.simple
-
Used to create determined, uniform row id prefix as one possible approach to
prevent hot spotting.
- HashKeyIndexStrategy() - Constructor for class mil.nga.giat.geowave.core.index.simple.HashKeyIndexStrategy
-
- HashKeyIndexStrategy(int) - Constructor for class mil.nga.giat.geowave.core.index.simple.HashKeyIndexStrategy
-
- hasId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Checks whether the 'id' field has been set
- hasId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Checks whether the 'id' field has been set
- hasIds() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.LongArray.Builder
-
Checks whether the 'ids' field has been set
- hasLatitude() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node.Builder
-
Checks whether the 'latitude' field has been set
- hasLatitude() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Checks whether the 'latitude' field has been set
- hasLongitude() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node.Builder
-
Checks whether the 'longitude' field has been set
- hasLongitude() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Checks whether the 'longitude' field has been set
- hasMaxLat() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Checks whether the 'max_lat' field has been set
- hasMaxLon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Checks whether the 'max_lon' field has been set
- hasMember() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember.Builder
-
Checks whether the 'member' field has been set
- hasMembers() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Relation.Builder
-
Checks whether the 'members' field has been set
- hasMemberType() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember.Builder
-
Checks whether the 'member_type' field has been set
- hasMinLat() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Checks whether the 'min_lat' field has been set
- hasMinLon() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Checks whether the 'min_lon' field has been set
- hasModel() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bytes model = 4;
- hasModel() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
optional bytes model = 4;
- hasModel() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes model = 4;
- hasModel() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes model = 4;
- hasModel() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
optional bytes model = 4;
- hasModel() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes model = 4;
- hasName() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType.Builder
-
required string name = 1;
- hasName() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType
-
required string name = 1;
- hasName() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationTypeOrBuilder
-
required string name = 1;
- hasName() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType.Builder
-
required string name = 1;
- hasName() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType
-
required string name = 1;
- hasName() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationTypeOrBuilder
-
required string name = 1;
- hasNext() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureReader
-
- hasNext() - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureWriter
-
- hasNext() - Method in class mil.nga.giat.geowave.adapter.vector.util.FeatureTranslatingIterator
-
- hasNext() - Method in class mil.nga.giat.geowave.core.store.base.CastIterator
-
- hasNext() - Method in class mil.nga.giat.geowave.core.store.CloseableIterator.Empty
-
- hasNext() - Method in class mil.nga.giat.geowave.core.store.CloseableIterator.Wrapper
-
- hasNext() - Method in class mil.nga.giat.geowave.core.store.CloseableIteratorWrapper
-
- hasNext() - Method in class mil.nga.giat.geowave.core.store.util.EntryIteratorWrapper
-
- hasNext() - Method in class mil.nga.giat.geowave.core.store.util.IteratorWrapper
-
- hasNext() - Method in class mil.nga.giat.geowave.datastore.accumulo.util.InputFormatIteratorWrapper
-
- hasNext() - Method in class mil.nga.giat.geowave.datastore.accumulo.util.PersistentDataFormatter
-
- hasNext() - Method in class mil.nga.giat.geowave.datastore.hbase.util.HBaseInputFormatIteratorWrapper
-
- hasNext() - Method in class mil.nga.giat.geowave.examples.ingest.SimpleIngestProducerConsumer.FeatureCollection
-
- hasNext() - Method in class mil.nga.giat.geowave.format.geotools.vector.SimpleFeatureGeoWaveWrapper
-
- hasNext() - Method in class mil.nga.giat.geowave.format.gpx.GPXConsumer
-
- hasNext() - Method in class mil.nga.giat.geowave.format.landsat8.BandFeatureIterator
-
- hasNext() - Method in class mil.nga.giat.geowave.format.landsat8.SceneFeatureIterator
-
- hasNextScannedResult() - Method in class mil.nga.giat.geowave.core.store.util.EntryIteratorWrapper
-
- hasNextScannedResult() - Method in class mil.nga.giat.geowave.datastore.hbase.util.MergingEntryIterator
-
- hasNodes() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Way.Builder
-
Checks whether the 'nodes' field has been set
- hasNumChanges() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Checks whether the 'num_changes' field has been set
- hasNumericIndexStrategyFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes numericIndexStrategyFilter = 7;
- hasNumericIndexStrategyFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
optional bytes numericIndexStrategyFilter = 7;
- hasNumericIndexStrategyFilter() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes numericIndexStrategyFilter = 7;
- hasOpen() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Checks whether the 'open' field has been set
- hasOriginalFile() - Method in class mil.nga.giat.geowave.core.ingest.avro.WholeFile.Builder
-
Checks whether the 'originalFile' field has been set
- hasOriginalFile() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.HdfsFile.Builder
-
Checks whether the 'originalFile' field has been set
- hasOriginalFilePath() - Method in class mil.nga.giat.geowave.core.ingest.avro.WholeFile.Builder
-
Checks whether the 'originalFilePath' field has been set
- hasOriginalFilePath() - Method in class mil.nga.giat.geowave.core.ingest.hdfs.HdfsFile.Builder
-
Checks whether the 'originalFilePath' field has been set
- hasParams() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType.Builder
-
optional bytes params = 2;
- hasParams() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType
-
optional bytes params = 2;
- hasParams() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationTypeOrBuilder
-
optional bytes params = 2;
- hasParams() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType.Builder
-
optional bytes params = 2;
- hasParams() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType
-
optional bytes params = 2;
- hasParams() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationTypeOrBuilder
-
optional bytes params = 2;
- hasPointinstance() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Checks whether the 'pointinstance' field has been set
- hasPoints() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Checks whether the 'points' field has been set
- hasProperty(ParameterEnum<?>) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- hasRangeFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bytes rangeFilter = 2;
- hasRangeFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest
-
optional bytes rangeFilter = 2;
- hasRangeFilter() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes rangeFilter = 2;
- hasRangeFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes rangeFilter = 2;
- hasRangeFilter() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest
-
optional bytes rangeFilter = 2;
- hasRangeFilter() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequestOrBuilder
-
optional bytes rangeFilter = 2;
- hasRole() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember.Builder
-
Checks whether the 'role' field has been set
- hasSimpleFeatureCollection() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeatureCollection.Builder
-
Checks whether the 'simpleFeatureCollection' field has been set
- hasTags() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Checks whether the 'tags' field has been set
- hasTags() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Checks whether the 'tags' field has been set
- hasTags() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Checks whether the 'tags' field has been set
- hasTaxiid() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Checks whether the 'taxiid' field has been set
- hasTemporalConstraints() - Method in class mil.nga.giat.geowave.adapter.vector.FeatureDataAdapter
-
- hasTemporalConstraints() - Method in interface mil.nga.giat.geowave.adapter.vector.GeotoolsFeatureDataAdapter
-
- hasTemporalConstraints() - Method in class mil.nga.giat.geowave.adapter.vector.WholeFeatureDataAdapter
-
Deprecated.
- hasTime(PrimaryIndex) - Static method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveFeatureReader
-
- hasTime(PrimaryIndex) - Static method in class mil.nga.giat.geowave.adapter.vector.query.cql.CQLQuery
-
- hasTime() - Method in class mil.nga.giat.geowave.adapter.vector.utils.TimeDescriptors
-
- hasTimestamp() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Checks whether the 'timestamp' field has been set
- hasTimestamp() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Checks whether the 'timestamp' field has been set
- hasTimestamp() - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Checks whether the 'timestamp' field has been set
- hasTop() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- hasTop() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.FixedCardinalitySkippingIterator
-
- hasTop() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.NumericIndexStrategyFilterIterator
-
- hasTop() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.WholeRowAggregationIterator
-
- hasTop() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.WholeRowAggregationIterator.WholeRowAggregationParent
-
- hasTopOriginal() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- hasTopStat() - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- hasTrackid() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Checks whether the 'trackid' field has been set
- hasUser() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Checks whether the 'user' field has been set
- hasUserId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Checks whether the 'user_id' field has been set
- hasUserId() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Checks whether the 'user_id' field has been set
- hasUserid() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Checks whether the 'userid' field has been set
- hasUserName() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Checks whether the 'user_name' field has been set
- hasUserName() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Checks whether the 'user_name' field has been set
- hasValue() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeature.Builder
-
Checks whether the 'value' field has been set
- hasValue() - Method in class mil.nga.giat.geowave.core.cli.prefix.TranslationEntry
-
Whether the given object has a value specified.
- hasValue() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponse.Builder
-
required bytes value = 1;
- hasValue() - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponse
-
required bytes value = 1;
- hasValue() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponseOrBuilder
-
required bytes value = 1;
- hasValue() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponse.Builder
-
required bytes value = 1;
- hasValue() - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponse
-
required bytes value = 1;
- hasValue() - Method in interface mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponseOrBuilder
-
required bytes value = 1;
- hasValues() - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues.Builder
-
Checks whether the 'values' field has been set
- hasVersion() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Checks whether the 'version' field has been set
- hasVisibility() - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Checks whether the 'visibility' field has been set
- hasVisible() - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Checks whether the 'visible' field has been set
- HBASE_PROPS_FILE - Static variable in class mil.nga.giat.geowave.test.HBaseStoreTestEnvironment
-
- HBaseAdapterIndexMappingStore - Class in mil.nga.giat.geowave.datastore.hbase.metadata
-
This class will persist Adapter Index Mappings within an Accumulo table for
GeoWave metadata.
- HBaseAdapterIndexMappingStore(BasicHBaseOperations) - Constructor for class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseAdapterIndexMappingStore
-
- HBaseAdapterIndexMappingStoreFactory - Class in mil.nga.giat.geowave.datastore.hbase.metadata
-
- HBaseAdapterIndexMappingStoreFactory() - Constructor for class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseAdapterIndexMappingStoreFactory
-
- HBaseAdapterStore - Class in mil.nga.giat.geowave.datastore.hbase.metadata
-
- HBaseAdapterStore(BasicHBaseOperations) - Constructor for class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseAdapterStore
-
- HBaseAdapterStoreFactory - Class in mil.nga.giat.geowave.datastore.hbase.metadata
-
- HBaseAdapterStoreFactory() - Constructor for class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseAdapterStoreFactory
-
- HBaseCellGenerator<T> - Class in mil.nga.giat.geowave.datastore.hbase.util
-
Functionality similar to AccumuloKeyValuePairGenerator Since
HBase already has a concept of Cell, we are using it rather than custom
implementation of KeyValue Pair
- HBaseCellGenerator(WritableDataAdapter<T>, PrimaryIndex, VisibilityWriter<T>) - Constructor for class mil.nga.giat.geowave.datastore.hbase.util.HBaseCellGenerator
-
- HBaseCommandLineOptions - Class in mil.nga.giat.geowave.datastore.hbase
-
- HBaseCommandLineOptions(String, String) - Constructor for class mil.nga.giat.geowave.datastore.hbase.HBaseCommandLineOptions
-
- HBaseCommonIndexedPersistenceEncoding - Class in mil.nga.giat.geowave.datastore.hbase.encoding
-
- HBaseCommonIndexedPersistenceEncoding(ByteArrayId, ByteArrayId, ByteArrayId, int, PersistentDataset<CommonIndexValue>, FlattenedUnreadData) - Constructor for class mil.nga.giat.geowave.datastore.hbase.encoding.HBaseCommonIndexedPersistenceEncoding
-
- HBaseConstraintsQuery - Class in mil.nga.giat.geowave.datastore.hbase.query
-
- HBaseConstraintsQuery(List<ByteArrayId>, PrimaryIndex, Query, DedupeFilter, ScanCallback<?>, Pair<DataAdapter<?>, Aggregation<?, ?, ?>>, IndexMetaData[], DuplicateEntryCount, Pair<List<String>, DataAdapter<?>>, String[]) - Constructor for class mil.nga.giat.geowave.datastore.hbase.query.HBaseConstraintsQuery
-
- HBaseConstraintsQuery(List<ByteArrayId>, PrimaryIndex, List<MultiDimensionalNumericData>, List<QueryFilter>, DedupeFilter, ScanCallback<?>, Pair<DataAdapter<?>, Aggregation<?, ?, ?>>, IndexMetaData[], DuplicateEntryCount, Pair<List<String>, DataAdapter<?>>, String[]) - Constructor for class mil.nga.giat.geowave.datastore.hbase.query.HBaseConstraintsQuery
-
- HBaseDataStatisticsStore - Class in mil.nga.giat.geowave.datastore.hbase.metadata
-
- HBaseDataStatisticsStore(BasicHBaseOperations) - Constructor for class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseDataStatisticsStore
-
- HBaseDataStatisticsStoreFactory - Class in mil.nga.giat.geowave.datastore.hbase.metadata
-
- HBaseDataStatisticsStoreFactory() - Constructor for class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseDataStatisticsStoreFactory
-
- HBaseDataStore - Class in mil.nga.giat.geowave.datastore.hbase
-
- HBaseDataStore(BasicHBaseOperations) - Constructor for class mil.nga.giat.geowave.datastore.hbase.HBaseDataStore
-
- HBaseDataStore(BasicHBaseOperations, HBaseOptions) - Constructor for class mil.nga.giat.geowave.datastore.hbase.HBaseDataStore
-
- HBaseDataStore(IndexStore, AdapterStore, DataStatisticsStore, AdapterIndexMappingStore, SecondaryIndexDataStore, BasicHBaseOperations) - Constructor for class mil.nga.giat.geowave.datastore.hbase.HBaseDataStore
-
- HBaseDataStore(IndexStore, AdapterStore, DataStatisticsStore, AdapterIndexMappingStore, SecondaryIndexDataStore, BasicHBaseOperations, HBaseOptions) - Constructor for class mil.nga.giat.geowave.datastore.hbase.HBaseDataStore
-
- HBaseDataStoreFactory - Class in mil.nga.giat.geowave.datastore.hbase
-
- HBaseDataStoreFactory() - Constructor for class mil.nga.giat.geowave.datastore.hbase.HBaseDataStoreFactory
-
- HBaseDistributableFilter - Class in mil.nga.giat.geowave.datastore.hbase.query
-
This class wraps our Distributable filters in an HBase filter so that a
coprocessor can use them.
- HBaseDistributableFilter() - Constructor for class mil.nga.giat.geowave.datastore.hbase.query.HBaseDistributableFilter
-
- HBaseEntryIteratorWrapper<T> - Class in mil.nga.giat.geowave.datastore.hbase.util
-
- HBaseEntryIteratorWrapper(AdapterStore, PrimaryIndex, Iterator<Result>, QueryFilter, Pair<List<String>, DataAdapter<?>>, double[], boolean, boolean) - Constructor for class mil.nga.giat.geowave.datastore.hbase.util.HBaseEntryIteratorWrapper
-
- HBaseEntryIteratorWrapper(AdapterStore, PrimaryIndex, Iterator<Result>, QueryFilter, ScanCallback<T>, Pair<List<String>, DataAdapter<?>>, double[], boolean, boolean) - Constructor for class mil.nga.giat.geowave.datastore.hbase.util.HBaseEntryIteratorWrapper
-
- HBaseFilteredIndexQuery - Class in mil.nga.giat.geowave.datastore.hbase.query
-
- HBaseFilteredIndexQuery(List<ByteArrayId>, PrimaryIndex, ScanCallback<?>, Pair<List<String>, DataAdapter<?>>, String...) - Constructor for class mil.nga.giat.geowave.datastore.hbase.query.HBaseFilteredIndexQuery
-
- HBaseIndexStore - Class in mil.nga.giat.geowave.datastore.hbase.metadata
-
- HBaseIndexStore(BasicHBaseOperations) - Constructor for class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseIndexStore
-
- HBaseIndexStoreFactory - Class in mil.nga.giat.geowave.datastore.hbase.metadata
-
- HBaseIndexStoreFactory() - Constructor for class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseIndexStoreFactory
-
- HBaseIndexWriter<T> - Class in mil.nga.giat.geowave.datastore.hbase
-
- HBaseIndexWriter(DataAdapter<T>, PrimaryIndex, BasicHBaseOperations, HBaseOptions, IngestCallback<T>, Closeable) - Constructor for class mil.nga.giat.geowave.datastore.hbase.HBaseIndexWriter
-
- HBaseInputFormatIteratorWrapper<T> - Class in mil.nga.giat.geowave.datastore.hbase.util
-
This is used internally to translate HBase rows into native objects (using
the appropriate data adapter).
- HBaseInputFormatIteratorWrapper(AdapterStore, PrimaryIndex, Iterator<Result>, boolean, QueryFilter) - Constructor for class mil.nga.giat.geowave.datastore.hbase.util.HBaseInputFormatIteratorWrapper
-
- HBaseMiniCluster - Class in mil.nga.giat.geowave.examples.hbase
-
- HBaseMiniCluster() - Constructor for class mil.nga.giat.geowave.examples.hbase.HBaseMiniCluster
-
- HBaseNumericIndexStrategyFilter - Class in mil.nga.giat.geowave.datastore.hbase.query
-
- HBaseNumericIndexStrategyFilter() - Constructor for class mil.nga.giat.geowave.datastore.hbase.query.HBaseNumericIndexStrategyFilter
-
- HBaseNumericIndexStrategyFilter(NumericIndexStrategy, MultiDimensionalCoordinateRangesArray[]) - Constructor for class mil.nga.giat.geowave.datastore.hbase.query.HBaseNumericIndexStrategyFilter
-
- HBaseOperationProvider - Class in mil.nga.giat.geowave.datastore.hbase.cli
-
- HBaseOperationProvider() - Constructor for class mil.nga.giat.geowave.datastore.hbase.cli.HBaseOperationProvider
-
- HBaseOptions - Class in mil.nga.giat.geowave.datastore.hbase.operations.config
-
- HBaseOptions() - Constructor for class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseOptions
-
- HBaseQuery - Class in mil.nga.giat.geowave.datastore.hbase.query
-
- HBaseQuery(PrimaryIndex, String...) - Constructor for class mil.nga.giat.geowave.datastore.hbase.query.HBaseQuery
-
- HBaseQuery(List<ByteArrayId>, PrimaryIndex, Pair<List<String>, DataAdapter<?>>, String...) - Constructor for class mil.nga.giat.geowave.datastore.hbase.query.HBaseQuery
-
- HBaseRangeLocationPair - Class in mil.nga.giat.geowave.datastore.hbase.mapreduce
-
- HBaseRangeLocationPair(GeoWaveRowRange, String, double) - Constructor for class mil.nga.giat.geowave.datastore.hbase.mapreduce.HBaseRangeLocationPair
-
- HBaseRangeLocationPair() - Constructor for class mil.nga.giat.geowave.datastore.hbase.mapreduce.HBaseRangeLocationPair
-
- HBaseRequiredOptions - Class in mil.nga.giat.geowave.datastore.hbase.operations.config
-
- HBaseRequiredOptions() - Constructor for class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseRequiredOptions
-
- HBaseRowIdsQuery<T> - Class in mil.nga.giat.geowave.datastore.hbase.query
-
- HBaseRowIdsQuery(DataAdapter<T>, PrimaryIndex, Collection<ByteArrayId>, ScanCallback<T>, DedupeFilter, String[]) - Constructor for class mil.nga.giat.geowave.datastore.hbase.query.HBaseRowIdsQuery
-
- HBaseRowPrefixQuery<T> - Class in mil.nga.giat.geowave.datastore.hbase.query
-
Represents a query operation using an HBase row prefix.
- HBaseRowPrefixQuery(PrimaryIndex, ByteArrayId, ScanCallback<T>, Integer, String[]) - Constructor for class mil.nga.giat.geowave.datastore.hbase.query.HBaseRowPrefixQuery
-
- HBaseRowRange - Class in mil.nga.giat.geowave.datastore.hbase.mapreduce
-
- HBaseRowRange(ByteArrayRange) - Constructor for class mil.nga.giat.geowave.datastore.hbase.mapreduce.HBaseRowRange
-
- HBaseRowRange() - Constructor for class mil.nga.giat.geowave.datastore.hbase.mapreduce.HBaseRowRange
-
- HBaseSecondaryIndexDataStore - Class in mil.nga.giat.geowave.datastore.hbase.index.secondary
-
- HBaseSecondaryIndexDataStore(BasicHBaseOperations) - Constructor for class mil.nga.giat.geowave.datastore.hbase.index.secondary.HBaseSecondaryIndexDataStore
-
- HBaseSecondaryIndexDataStore(BasicHBaseOperations, HBaseOptions) - Constructor for class mil.nga.giat.geowave.datastore.hbase.index.secondary.HBaseSecondaryIndexDataStore
-
- HBaseSecondaryIndexDataStoreFactory - Class in mil.nga.giat.geowave.datastore.hbase.index.secondary
-
- HBaseSecondaryIndexDataStoreFactory() - Constructor for class mil.nga.giat.geowave.datastore.hbase.index.secondary.HBaseSecondaryIndexDataStoreFactory
-
- HBaseSection - Class in mil.nga.giat.geowave.datastore.hbase.cli
-
- HBaseSection() - Constructor for class mil.nga.giat.geowave.datastore.hbase.cli.HBaseSection
-
- HBaseSplitsProvider - Class in mil.nga.giat.geowave.datastore.hbase.mapreduce
-
- HBaseSplitsProvider() - Constructor for class mil.nga.giat.geowave.datastore.hbase.mapreduce.HBaseSplitsProvider
-
- HBaseStoreFactoryFamily - Class in mil.nga.giat.geowave.datastore.hbase
-
- HBaseStoreFactoryFamily() - Constructor for class mil.nga.giat.geowave.datastore.hbase.HBaseStoreFactoryFamily
-
- HBaseStoreTestEnvironment - Class in mil.nga.giat.geowave.test
-
- HBaseUtils - Class in mil.nga.giat.geowave.datastore.hbase.util
-
- HBaseUtils() - Constructor for class mil.nga.giat.geowave.datastore.hbase.util.HBaseUtils
-
- HBaseUtils.MultiScannerClosableWrapper - Class in mil.nga.giat.geowave.datastore.hbase.util
-
- HBaseUtils.ScannerClosableWrapper - Class in mil.nga.giat.geowave.datastore.hbase.util
-
- HBaseWriter - Class in mil.nga.giat.geowave.datastore.hbase.io
-
Functionality similar to BatchWriterWrapper
This class directly writes to the HBase table instead of using any existing
Writer API provided by HBase.
- HBaseWriter(Admin, String) - Constructor for class mil.nga.giat.geowave.datastore.hbase.io.HBaseWriter
-
- HDFS_BASE_DIRECTORY - Static variable in class mil.nga.giat.geowave.test.mapreduce.MapReduceTestEnvironment
-
- HdfsFile - Class in mil.nga.giat.geowave.core.ingest.hdfs
-
- HdfsFile() - Constructor for class mil.nga.giat.geowave.core.ingest.hdfs.HdfsFile
-
Default constructor.
- HdfsFile(ByteBuffer, CharSequence) - Constructor for class mil.nga.giat.geowave.core.ingest.hdfs.HdfsFile
-
All-args constructor.
- HdfsFile.Builder - Class in mil.nga.giat.geowave.core.ingest.hdfs
-
RecordBuilder for HdfsFile instances.
- HdfsHostPortConverter - Class in mil.nga.giat.geowave.adapter.raster.operations.options
-
This class will ensure that the hdfs parameter is in the correct format.
- HdfsHostPortConverter() - Constructor for class mil.nga.giat.geowave.adapter.raster.operations.options.HdfsHostPortConverter
-
- hdfsIngest(File[], String, String) - Method in class mil.nga.giat.geowave.service.client.IngestServiceClient
-
- hdfsIngest(File[], String, String, String) - Method in class mil.nga.giat.geowave.service.client.IngestServiceClient
-
- hdfsIngest(File[], String, String, String, String, String, boolean) - Method in class mil.nga.giat.geowave.service.client.IngestServiceClient
-
- hdfsIngest(FormDataMultiPart) - Method in class mil.nga.giat.geowave.service.impl.IngestServiceImpl
-
- hdfsIngest(FormDataMultiPart) - Method in interface mil.nga.giat.geowave.service.IngestService
-
- HelpCommand - Class in mil.nga.giat.geowave.core.cli.operations
-
- HelpCommand() - Constructor for class mil.nga.giat.geowave.core.cli.operations.HelpCommand
-
- HierarchicalNumericIndexStrategy - Interface in mil.nga.giat.geowave.core.index
-
This interface defines a multi-tiered approach to indexing, in which a single
strategy is reliant on a set of sub-strategies
- HierarchicalNumericIndexStrategy.SubStrategy - Class in mil.nga.giat.geowave.core.index
-
- HilbertSFC - Class in mil.nga.giat.geowave.core.index.sfc.hilbert
-
Implementation of a Compact Hilbert space filling curve
- HilbertSFC() - Constructor for class mil.nga.giat.geowave.core.index.sfc.hilbert.HilbertSFC
-
- HilbertSFC(SFCDimensionDefinition[]) - Constructor for class mil.nga.giat.geowave.core.index.sfc.hilbert.HilbertSFC
-
Use the SFCFactory.createSpaceFillingCurve method - don't call this
constructor directly
- HilbertSFCOperations - Interface in mil.nga.giat.geowave.core.index.sfc.hilbert
-
This interface is used to abstract the details of operations used by the
hilbert space filling curve, in particular to enable both primitive-based
operations for performance (in cases where the bits of precision can be
adequately represented by primitives) and non-primitive based operations for
unbounded bits of precision.
- HistogramConfig - Class in mil.nga.giat.geowave.adapter.raster.stats
-
- HistogramConfig() - Constructor for class mil.nga.giat.geowave.adapter.raster.stats.HistogramConfig
-
- HistogramConfig(SampleModel) - Constructor for class mil.nga.giat.geowave.adapter.raster.stats.HistogramConfig
-
- HistogramConfig(double[], double[], int[]) - Constructor for class mil.nga.giat.geowave.adapter.raster.stats.HistogramConfig
-
- HistogramStatistics - Class in mil.nga.giat.geowave.adapter.raster.stats
-
- HistogramStatistics() - Constructor for class mil.nga.giat.geowave.adapter.raster.stats.HistogramStatistics
-
- HistogramStatistics(ByteArrayId, HistogramConfig) - Constructor for class mil.nga.giat.geowave.adapter.raster.stats.HistogramStatistics
-
- HullParameter - Annotation Type in mil.nga.giat.geowave.analytic.param.annotations
-
This is a stop-gap measure to allow using JCommander with Analytics, until we
figure out how to deal with PropertyEnum.
- HullParameters - Class in mil.nga.giat.geowave.analytic.param
-
- HullParameters() - Constructor for class mil.nga.giat.geowave.analytic.param.HullParameters
-
- HullParameters.Hull - Enum in mil.nga.giat.geowave.analytic.param
-
- sample(Iterable<CentroidPairing<T>>, SampleNotification<T>, double) - Method in class mil.nga.giat.geowave.analytic.sample.Sampler
-
- SampleIndex(int, int, int) - Constructor for class mil.nga.giat.geowave.adapter.raster.adapter.merge.nodata.NoDataMetadata.SampleIndex
-
- SampleKeyPartitioner() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kmeans.KSamplerMapReduce.SampleKeyPartitioner
-
- SampleMap() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kmeans.KSamplerMapReduce.SampleMap
-
- sampleModels - Variable in class mil.nga.giat.geowave.adapter.raster.adapter.merge.RootMergeStrategy
-
- SampleMultipleSetsJobRunner<T> - Class in mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner
-
- SampleMultipleSetsJobRunner() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.SampleMultipleSetsJobRunner
-
- SampleNotification<T> - Interface in mil.nga.giat.geowave.analytic.sample
-
- SampleParameter - Annotation Type in mil.nga.giat.geowave.analytic.param.annotations
-
This is a stop-gap measure to allow using JCommander with Analytics, until we
figure out how to deal with PropertyEnum.
- SampleParameters - Class in mil.nga.giat.geowave.analytic.param
-
- SampleParameters() - Constructor for class mil.nga.giat.geowave.analytic.param.SampleParameters
-
- SampleParameters.Sample - Enum in mil.nga.giat.geowave.analytic.param
-
- SampleProbabilityFn - Interface in mil.nga.giat.geowave.analytic.sample
-
- Sampler<T> - Class in mil.nga.giat.geowave.analytic.sample
-
- Sampler() - Constructor for class mil.nga.giat.geowave.analytic.sample.Sampler
-
- SampleReducer() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kmeans.KSamplerMapReduce.SampleReducer
-
- SamplingRankFunction<T> - Interface in mil.nga.giat.geowave.analytic.sample.function
-
Used by KSamplerMapReduce to rank an object for selection in the
sample set.
- save(Properties, String) - Method in class mil.nga.giat.geowave.core.cli.api.DefaultPluginOptions
-
Transform to a map, making all option values live in the "opts"
namespace.
- save(Properties, String) - Method in interface mil.nga.giat.geowave.core.cli.api.PluginOptions
-
- scanCacheSize - Variable in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseOptions
-
- ScanCallback<T> - Interface in mil.nga.giat.geowave.core.store.callback
-
This interface provides a callback mechanism when scanning entries
- scanCallback - Variable in class mil.nga.giat.geowave.core.store.util.EntryIteratorWrapper
-
- scanCallback - Variable in class mil.nga.giat.geowave.datastore.accumulo.query.AbstractAccumuloRowQuery
-
- scanCallback - Variable in class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloFilteredIndexQuery
-
- scanCallback - Variable in class mil.nga.giat.geowave.datastore.hbase.query.AbstractHBaseRowQuery
-
- scanCallback - Variable in class mil.nga.giat.geowave.datastore.hbase.query.HBaseFilteredIndexQuery
-
- ScanCallbackList<T> - Class in mil.nga.giat.geowave.core.store.callback
-
- ScanCallbackList(List<ScanCallback<T>>) - Constructor for class mil.nga.giat.geowave.core.store.callback.ScanCallbackList
-
- ScannerClosableWrapper - Class in mil.nga.giat.geowave.datastore.accumulo.util
-
- ScannerClosableWrapper(ScannerBase) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.util.ScannerClosableWrapper
-
- ScannerClosableWrapper(ResultScanner) - Constructor for class mil.nga.giat.geowave.datastore.hbase.util.HBaseUtils.ScannerClosableWrapper
-
- scannerIt - Variable in class mil.nga.giat.geowave.core.store.util.EntryIteratorWrapper
-
- SCENE_ATTRIBUTES - Static variable in class mil.nga.giat.geowave.format.landsat8.SceneFeatureIterator
-
- SCENE_DOWNLOAD_ATTRIBUTE_NAME - Static variable in class mil.nga.giat.geowave.format.landsat8.SceneFeatureIterator
-
- SceneFeatureIterator - Class in mil.nga.giat.geowave.format.landsat8
-
- SceneFeatureIterator(boolean, boolean, boolean, int, Filter, String) - Constructor for class mil.nga.giat.geowave.format.landsat8.SceneFeatureIterator
-
- SceneFeatureIterator.BestCloudCoverComparator - Class in mil.nga.giat.geowave.format.landsat8
-
- SCENES_TYPE_NAME - Static variable in class mil.nga.giat.geowave.format.landsat8.SceneFeatureIterator
-
- Schema - Class in mil.nga.giat.geowave.cli.osm.accumulo.osmschema
-
- Schema() - Constructor for class mil.nga.giat.geowave.cli.osm.accumulo.osmschema.Schema
-
- SCHEMA$ - Static variable in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues
-
- SCHEMA$ - Static variable in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeature
-
- SCHEMA$ - Static variable in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeatureCollection
-
- SCHEMA$ - Static variable in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition
-
- SCHEMA$ - Static variable in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
- SCHEMA$ - Static variable in class mil.nga.giat.geowave.cli.osm.types.generated.LongArray
-
- SCHEMA$ - Static variable in enum mil.nga.giat.geowave.cli.osm.types.generated.MemberType
-
- SCHEMA$ - Static variable in class mil.nga.giat.geowave.cli.osm.types.generated.Node
-
- SCHEMA$ - Static variable in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
- SCHEMA$ - Static variable in class mil.nga.giat.geowave.cli.osm.types.generated.Relation
-
- SCHEMA$ - Static variable in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember
-
- SCHEMA$ - Static variable in class mil.nga.giat.geowave.cli.osm.types.generated.Way
-
- SCHEMA$ - Static variable in class mil.nga.giat.geowave.core.ingest.avro.WholeFile
-
- SCHEMA$ - Static variable in class mil.nga.giat.geowave.core.ingest.hdfs.HdfsFile
-
- SCHEMA$ - Static variable in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
- SCHEMA$ - Static variable in class mil.nga.giat.geowave.format.tdrive.TdrivePoint
-
- ScopedJobConfiguration - Class in mil.nga.giat.geowave.analytic
-
- ScopedJobConfiguration(Configuration, Class<?>) - Constructor for class mil.nga.giat.geowave.analytic.ScopedJobConfiguration
-
- ScopedJobConfiguration(Configuration, Class<?>, Logger) - Constructor for class mil.nga.giat.geowave.analytic.ScopedJobConfiguration
-
- SEC_180 - Static variable in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
- SEC_270 - Static variable in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
- SEC_360 - Static variable in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
- SEC_90 - Static variable in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
- SecondaryIndex<T> - Class in mil.nga.giat.geowave.core.store.index
-
This class fully describes everything necessary to index data within GeoWave.
- SecondaryIndex(FieldIndexStrategy<?, ?>, ByteArrayId[]) - Constructor for class mil.nga.giat.geowave.core.store.index.SecondaryIndex
-
- SecondaryIndex(FieldIndexStrategy<?, ?>, ByteArrayId[], List<DataStatistics<T>>) - Constructor for class mil.nga.giat.geowave.core.store.index.SecondaryIndex
-
- SecondaryIndexDataAdapter<T> - Interface in mil.nga.giat.geowave.core.store.index
-
This interface allows for a data adapter to define a set of secondary indices
- SecondaryIndexDataManager<T> - Class in mil.nga.giat.geowave.core.store.index
-
One manager associated with each primary index.
- SecondaryIndexDataManager(SecondaryIndexDataStore, SecondaryIndexDataAdapter<T>, ByteArrayId) - Constructor for class mil.nga.giat.geowave.core.store.index.SecondaryIndexDataManager
-
- secondaryIndexDataStore - Variable in class mil.nga.giat.geowave.core.store.base.BaseDataStore
-
- SecondaryIndexDataStore - Interface in mil.nga.giat.geowave.core.store.index
-
This is responsible for persisting secondary index entries
- SecondaryIndexManager - Class in mil.nga.giat.geowave.adapter.vector.index
-
- SecondaryIndexManager(DataAdapter<SimpleFeature>, SimpleFeatureType, StatsManager) - Constructor for class mil.nga.giat.geowave.adapter.vector.index.SecondaryIndexManager
-
- SecondaryIndexQueryFilterIterator - Class in mil.nga.giat.geowave.datastore.accumulo.query
-
- SecondaryIndexQueryFilterIterator() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.query.SecondaryIndexQueryFilterIterator
-
- SecondaryIndexQueryManager - Class in mil.nga.giat.geowave.core.store.index
-
Manages query the secondary indices given a query.
- SecondaryIndexQueryManager(SecondaryIndexDataStore) - Constructor for class mil.nga.giat.geowave.core.store.index.SecondaryIndexQueryManager
-
- secondaryIndexSupports(SecondaryIndex) - Method in class mil.nga.giat.geowave.core.store.query.BasicQuery
-
- security - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.NATO4676Message
-
- Security - Class in mil.nga.giat.geowave.format.stanag4676.parser.model
-
- Security() - Constructor for class mil.nga.giat.geowave.format.stanag4676.parser.model.Security
-
- security - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- seek(Range, Collection<ByteSequence>, boolean) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- seek(Range, Collection<ByteSequence>, boolean) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.FixedCardinalitySkippingIterator
-
- seek(Range, Collection<ByteSequence>, boolean) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.NumericIndexStrategyFilterIterator
-
- seek(Range, Collection<ByteSequence>, boolean) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.WholeRowAggregationIterator
-
- seek(Range, Collection<ByteSequence>, boolean) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.WholeRowAggregationIterator.WholeRowAggregationParent
-
- selectPlugin(String) - Method in class mil.nga.giat.geowave.core.cli.api.DefaultPluginOptions
-
This is implemented by the PluginOptions interface by child classes
- selectPlugin(String) - Method in interface mil.nga.giat.geowave.core.cli.api.PluginOptions
-
- selectPlugin(String) - Method in class mil.nga.giat.geowave.core.ingest.operations.options.IngestFormatPluginOptions
-
- selectPlugin(String) - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.DataStorePluginOptions
-
This method will allow the user to specify the desired factory, such as
'accumulo' or 'hbase'.
- selectPlugin(String) - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexGroupPluginOptions
-
The name of this index group.
- selectPlugin(String) - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexPluginOptions
-
- self() - Method in enum mil.nga.giat.geowave.analytic.param.CentroidParameters.Centroid
-
- self() - Method in enum mil.nga.giat.geowave.analytic.param.ClusteringParameters.Clustering
-
- self() - Method in enum mil.nga.giat.geowave.analytic.param.CommonParameters.Common
-
- self() - Method in enum mil.nga.giat.geowave.analytic.param.ExtractParameters.Extract
-
- self() - Method in enum mil.nga.giat.geowave.analytic.param.GlobalParameters.Global
-
- self() - Method in enum mil.nga.giat.geowave.analytic.param.HullParameters.Hull
-
- self() - Method in enum mil.nga.giat.geowave.analytic.param.InputParameters.Input
-
- self() - Method in enum mil.nga.giat.geowave.analytic.param.JumpParameters.Jump
-
- self() - Method in enum mil.nga.giat.geowave.analytic.param.MapReduceParameters.MRConfig
-
- self() - Method in enum mil.nga.giat.geowave.analytic.param.OutputParameters.Output
-
- self() - Method in interface mil.nga.giat.geowave.analytic.param.ParameterEnum
-
- self() - Method in enum mil.nga.giat.geowave.analytic.param.PartitionParameters.Partition
-
- self() - Method in enum mil.nga.giat.geowave.analytic.param.SampleParameters.Sample
-
- self() - Method in enum mil.nga.giat.geowave.analytic.param.StoreParameters.StoreParam
-
- senderID - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.NATO4676Message
-
- SequenceFileInputFormatConfiguration - Class in mil.nga.giat.geowave.analytic.mapreduce
-
- SequenceFileInputFormatConfiguration() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.SequenceFileInputFormatConfiguration
-
- SequenceFileInputFormatConfiguration(Path) - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.SequenceFileInputFormatConfiguration
-
- SequenceFileOutputFormatConfiguration - Class in mil.nga.giat.geowave.analytic.mapreduce
-
- SequenceFileOutputFormatConfiguration() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.SequenceFileOutputFormatConfiguration
-
- SequenceFileOutputFormatConfiguration(Path) - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.SequenceFileOutputFormatConfiguration
-
- SerializableAdapterStore - Class in mil.nga.giat.geowave.analytic
-
Support for adapter stores that are Serializable.
- SerializableAdapterStore() - Constructor for class mil.nga.giat.geowave.analytic.SerializableAdapterStore
-
- SerializableAdapterStore(AdapterStore) - Constructor for class mil.nga.giat.geowave.analytic.SerializableAdapterStore
-
- serializationFormatOptionProvider - Variable in class mil.nga.giat.geowave.adapter.vector.ingest.AbstractSimpleFeatureIngestPlugin
-
- serializationTool - Variable in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNMapReduce.NNMapper
-
- serializationTool - Variable in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNMapReduce.NNReducer
-
- serializationTool - Variable in class mil.nga.giat.geowave.mapreduce.GeoWaveMapper
-
- serializationTool - Variable in class mil.nga.giat.geowave.mapreduce.GeoWaveReducer
-
- serializationTool - Variable in class mil.nga.giat.geowave.mapreduce.GeoWaveWritableInputMapper
-
- serializationTool - Variable in class mil.nga.giat.geowave.mapreduce.GeoWaveWritableInputReducer
-
- serializationTool - Variable in class mil.nga.giat.geowave.mapreduce.GeoWaveWritableOutputMapper
-
- serializationTool - Variable in class mil.nga.giat.geowave.mapreduce.GeoWaveWritableOutputReducer
-
- serialize(T, Schema) - Static method in class mil.nga.giat.geowave.core.ingest.avro.GenericAvroSerializer
-
- serializeAvroSimpleFeature(SimpleFeature, AvroSimpleFeature, Map<String, String>, String) - Method in class mil.nga.giat.geowave.adapter.vector.AvroFeatureWriter
-
Converts a SimpleFeature to an avroSimpleFeature and then serializes it.
- serializeLongArray(LongArray) - Static method in class mil.nga.giat.geowave.cli.osm.types.TypeUtils
-
- serializeToString() - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- ServicesTestEnvironment - Class in mil.nga.giat.geowave.test.service
-
- ServicesTestEnvironment() - Constructor for class mil.nga.giat.geowave.test.service.ServicesTestEnvironment
-
- ServicesTestUtils - Class in mil.nga.giat.geowave.test.service
-
- ServicesTestUtils() - Constructor for class mil.nga.giat.geowave.test.service.ServicesTestUtils
-
- ServiceUtils - Class in mil.nga.giat.geowave.service
-
- ServiceUtils() - Constructor for class mil.nga.giat.geowave.service.ServiceUtils
-
- set(RasterTile, double, double, double, double) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.GridCoverageWritable
-
- set(double, double, double, double[], double) - Method in class mil.nga.giat.geowave.analytic.GeoObjectDimensionValues
-
- set(double, double) - Method in class mil.nga.giat.geowave.analytic.mapreduce.CountofDoubleWritable
-
- set(String, String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.GroupIDText
-
- setAccelerationX(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
- setAccelerationY(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
- setAccelerationZ(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
- setAcceptUnknownOptions(boolean) - Method in class mil.nga.giat.geowave.core.cli.prefix.PrefixedJCommander
-
- setAdapter(DataAdapter<?>) - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- setAdapter(List<ByteArrayId>) - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- setAdapter(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bytes adapter = 5;
- setAdapter(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes adapter = 5;
- setAdapterId(ByteArrayId) - Method in class mil.nga.giat.geowave.analytic.AdapterWithObjectWritable
-
- setAdapterId(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter.Builder
-
required bytes adapterId = 1;
- setAdapterId(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes adapterId = 6;
- setAdapterId(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter.Builder
-
required bytes adapterId = 1;
- setAdapterId(ByteArrayId) - Method in class mil.nga.giat.geowave.mapreduce.GeoWaveKey
-
- setAdapterIds(List<String>) - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorExportOptions
-
- setAdapterIds(List<String>) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.QueryOptionsCommand
-
- setAdapters(List<DataAdapter<?>>) - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- setAdditionalOptions(AccumuloOptions) - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloRequiredOptions
-
- setAdditionalOptions(HBaseOptions) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseRequiredOptions
-
- setAdvancedProjectionHandlingEnabled(boolean) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setAggregation(Aggregation<?, ?, ?>, DataAdapter<?>) - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- setAggregation(AggregationProtos.AggregationType) - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
required .AggregationType aggregation = 1;
- setAggregation(AggregationProtos.AggregationType.Builder) - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
required .AggregationType aggregation = 1;
- setAggregation(AggregationProtos.AggregationType) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
required .AggregationType aggregation = 1;
- setAggregation(AggregationProtos.AggregationType.Builder) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
required .AggregationType aggregation = 1;
- setAlertIndicator(boolean) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
- setAlgorithm(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- setAlgorithmVersion(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- setAllowUnknown(boolean) - Method in class mil.nga.giat.geowave.core.cli.parser.CommandLineOperationParams
-
- setAmplification(IdentityAmplification) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- setAngle(double) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setAnnotationType(Class<? extends Annotation>) - Method in class mil.nga.giat.geowave.test.annotation.GeoWaveTestStoreImpl
-
- setAntialias(String) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setArea(Area) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
- setAttConfig(Map<String, StatsConfigurationCollection>) - Method in class mil.nga.giat.geowave.adapter.vector.stats.StatsConfigurationCollection.SimpleFeatureStatsConfigurationCollection
-
- setAttribute(String, Object) - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- setAttribute(Name, Object) - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- setAttribute(int, Object) - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- setAttributeDefaultClassifications(List<String>) - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition.Builder
-
Sets the value of the 'attributeDefaultClassifications' field
- setAttributeDefaultClassifications(List<String>) - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition
-
Sets the value of the 'attributeDefaultClassifications' field.
- setAttributeName(String) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.visibility.VisibilityConfiguration
-
- setAttributeNames(List<String>) - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition.Builder
-
Sets the value of the 'attributeNames' field
- setAttributeNames(List<String>) - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition
-
Sets the value of the 'attributeNames' field.
- setAttributes(Set<String>) - Method in class mil.nga.giat.geowave.adapter.vector.index.AbstractSecondaryIndexConfiguration
-
- setAttributes(Set<String>) - Method in interface mil.nga.giat.geowave.adapter.vector.index.SimpleFeatureSecondaryIndexConfiguration
-
- setAttributes(List<Object>) - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- setAttributes(Object[]) - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- setAttributeTypes(List<String>) - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition.Builder
-
Sets the value of the 'attributeTypes' field
- setAttributeTypes(List<String>) - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition
-
Sets the value of the 'attributeTypes' field.
- setAuthorizations(List<String>) - Method in class mil.nga.giat.geowave.adapter.vector.auth.AuthorizationEntry
-
- setAuthorizations(List<String>) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.QueryOptionsCommand
-
- setAuthorizations(String) - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.StatsCommandLineOptions
-
- setAuthorizations(String[]) - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- setAuthorizationSet(Map<String, List<String>>) - Method in class mil.nga.giat.geowave.adapter.vector.auth.AuthorizationSet
-
- setAutoOffsetReset(String) - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaConsumerCommandLineOptions
-
- setBand(SymbolicSpectralRange) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MotionImagery
-
- setBatchID(String) - Method in interface mil.nga.giat.geowave.analytic.AnalyticItemWrapper
-
- setBatchID(String) - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory.CentroidItemWrapper
-
- setBatchID(String) - Method in class mil.nga.giat.geowave.analytic.clustering.LongCentroid
-
- setBatchID(String) - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper
-
- setBatchSize(int) - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorExportOptions
-
- setBatchSize(int) - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaConsumerCommandLineOptions
-
- setBatchWriter(BatchWriter) - Method in class mil.nga.giat.geowave.datastore.accumulo.BatchWriterWrapper
-
- setBgColor(Color) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setBias(SpatialTemporalDimensionalityTypeProvider.Bias) - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialTemporalDimensionalityTypeProvider.SpatialTemporalIndexBuilder
-
- setBins(int) - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureFixedBinNumericStatistics.FeatureFixedBinConfig
-
- setBlockCaching(boolean) - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bool blockCaching = 6;
- setBlockCaching(boolean) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bool blockCaching = 8;
- setBreakStrategy(StripWeakCentroidsRunner.BreakStrategy<T>) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.StripWeakCentroidsRunner
-
- setBuffer(int) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setCacheSize(int) - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional int32 cacheSize = 7;
- setCacheSize(int) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional int32 cacheSize = 9;
- setCacheTimeoutMillis(long) - Method in class mil.nga.giat.geowave.datastore.accumulo.BasicAccumuloOperations
-
- setCentroid(AnalyticItemWrapper<T>) - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidPairing
-
- setCentroidAssociationFn(CentroidAssociationFn<T>) - Method in class mil.nga.giat.geowave.analytic.kmeans.serial.KMeansParallelInitialize
-
- setCentroidExtractorClass(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setCentroidFactory(AnalyticItemWrapperFactory<T>) - Method in class mil.nga.giat.geowave.analytic.kmeans.serial.KMeansParallelInitialize
-
- setCentroidIndexId(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setCentroidsCount(int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansDistortionJobRunner
-
- setCentroidWrapperFactoryClass(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setCentroidZoomLevel(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setChangesetId(long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Sets the value of the 'changeset_id' field
- setChangesetId(Long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
Sets the value of the 'changeset_id' field.
- setClassification(ClassificationLevel) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Security
-
- setClassification(ObjectClassification) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackClassification
-
- setClassifications(List<String>) - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues.Builder
-
Sets the value of the 'classifications' field
- setClassifications(List<String>) - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues
-
Sets the value of the 'classifications' field.
- setClassifications(List<ObjectClassification>) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummary
-
- setClassifications(List<TrackClassification>) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
- setClassifications(List<TrackClassification>) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- setClientFilters(List<QueryFilter>) - Method in interface mil.nga.giat.geowave.core.store.query.FilteredIndexQuery
-
- setClientFilters(List<QueryFilter>) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloFilteredIndexQuery
-
- setClientFilters(List<QueryFilter>) - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseFilteredIndexQuery
-
- setClosedAt(Long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Sets the value of the 'closed_at' field
- setClosedAt(Long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Sets the value of the 'closed_at' field.
- setClusteringConverganceTolerance(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setClusteringMaxIterations(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- setClusteringMaxIterations(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setClusteringMaxReducerCount(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setClusteringMinimumSize(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- setClusteringZoomLevels(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- SetCommand - Class in mil.nga.giat.geowave.core.cli.operations.config
-
- SetCommand() - Constructor for class mil.nga.giat.geowave.core.cli.operations.config.SetCommand
-
- setCommander(PrefixedJCommander) - Method in class mil.nga.giat.geowave.core.cli.parser.CommandLineOperationParams
-
- setComment(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
- setComment(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- setComment(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackItem
-
- setComment(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- setCommon(Primitive) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node.Builder
-
Sets the value of the 'common' field
- setCommon(Primitive) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node
-
Sets the value of the 'common' field.
- setCommon(Primitive) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Relation.Builder
-
Sets the value of the 'common' field
- setCommon(Primitive) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Relation
-
Sets the value of the 'common' field.
- setCommon(Primitive) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Way.Builder
-
Sets the value of the 'common' field
- setCommon(Primitive) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Way
-
Sets the value of the 'common' field.
- setCommonDimensionExtractClass(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setCommonDistanceFunctionClass(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- setCommonOptions(CommonOptions) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.DBScanCommand
-
- setCommonOptions(CommonOptions) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KmeansJumpCommand
-
- setCommonOptions(CommonOptions) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KmeansParallelCommand
-
- setCommonOptions(CommonOptions) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.NearestNeighborCommand
-
- setCompressed() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItem
-
- setConcaveThreshold(double) - Method in class mil.nga.giat.geowave.analytic.GeometryHullTool
-
- setConfig(ParameterEnum<?>[], Configuration, Class<?>) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- setConfigFile(String) - Method in class mil.nga.giat.geowave.core.cli.operations.config.options.ConfigOptions
-
- setConfigurationsForAttribute(List<StatsConfig<SimpleFeature>>) - Method in class mil.nga.giat.geowave.adapter.vector.stats.StatsConfigurationCollection
-
- setConsumerTimeoutMs(String) - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaConsumerCommandLineOptions
-
- setContext(CONTEXT_TYPE) - Method in class mil.nga.giat.geowave.analytic.nn.DistanceProfile
-
- setContinuousMapWrapping(boolean) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setControlSystem(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Security
-
- setCoord(EarthVector) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Copy the input coordinate
- setCoordinate(long) - Method in class mil.nga.giat.geowave.core.index.Coordinate
-
- setCoordinateDistanceFunction(DistanceFn<Coordinate>) - Method in class mil.nga.giat.geowave.analytic.distance.FeatureCentroidDistanceFn
-
- setCoordinateDistanceFunction(DistanceFn<Coordinate>) - Method in class mil.nga.giat.geowave.analytic.distance.FeatureDistanceFn
-
- setCoordinateDistanceFunction(DistanceFn<Coordinate>) - Method in class mil.nga.giat.geowave.analytic.distance.FeatureGeometryDistanceFn
-
- setCoordinateDistanceFunction(DistanceFn<Coordinate>) - Method in class mil.nga.giat.geowave.analytic.distance.GeometryCentroidDistanceFn
-
- setCoordinateDistanceFunction(DistanceFn<Coordinate>) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItemDistanceFn
-
- setCoprocessorJar(String) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseOptions
-
- setCost(double) - Method in interface mil.nga.giat.geowave.analytic.AnalyticItemWrapper
-
- setCost(double) - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory.CentroidItemWrapper
-
- setCost(double) - Method in class mil.nga.giat.geowave.analytic.clustering.LongCentroid
-
- setCost(double) - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper
-
- setCount(long) - Method in class mil.nga.giat.geowave.analytic.GeoObjectDimensionValues
-
- setCount(long) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItem
-
- setCount(long) - Method in class mil.nga.giat.geowave.core.store.query.aggregate.CountResult
-
- setCourse(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- setCovarianceMatrix(CovarianceMatrix) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
- setCoverageArea(Area) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionFrame
-
- setCoverageArea(Area) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummary
-
- setCoverageConverter(String) - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8RasterIngestCommandLineOptions
-
- setCoverageName(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- setCoverageName(String) - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8RasterIngestCommandLineOptions
-
- setCovPosXPosX(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovPosXPosY(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovPosXPosZ(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovPosXVelX(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovPosXVelY(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovPosXVelZ(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovPosYPosY(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovPosYPosZ(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovPosYVelX(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovPosYVelY(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovPosYVelZ(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovPosZPosZ(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovPosZVelX(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovPosZVelY(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovPosZVelZ(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovVelXVelX(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovVelXVelY(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovVelXVelZ(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovVelYVelY(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovVelYVelZ(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCovVelZVelZ(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.CovarianceMatrix
-
- setCqlFilter(String) - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorExportOptions
-
- setCqlFilter(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- setCqlFilter(String) - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8BasicCommandLineOptions
-
- setCqlFilterOptionProvider(CQLFilterOptionProvider) - Method in class mil.nga.giat.geowave.adapter.vector.ingest.SimpleFeatureIngestOptions
-
- setCqlFilterOptionProvider(CQLFilterOptionProvider) - Method in class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataOptions
-
- setCqlFilterString(String) - Method in class mil.nga.giat.geowave.adapter.vector.ingest.CQLFilterOptionProvider.FilterParameter
-
- setCreatedAt(Long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Sets the value of the 'created_at' field
- setCreatedAt(Long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Sets the value of the 'created_at' field.
- setCreateHistogram(boolean) - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8RasterIngestCommandLineOptions
-
- setCreatePyramid(boolean) - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8RasterIngestCommandLineOptions
-
- setCreateTable(boolean) - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloOptions
-
- setCreateTable(boolean) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseOptions
-
- setCredibility(ClassificationCredibility) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackClassification
-
- setCropToSpatialConstraint(boolean) - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8RasterIngestCommandLineOptions
-
- setDataAdapterId(ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.AbstractDataStatistics
-
- setDataAdapterId(ByteArrayId) - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.DataStatistics
-
- setDataBuffer(DataBuffer) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterTile
-
- setDataId(ByteArrayId) - Method in class mil.nga.giat.geowave.analytic.AdapterWithObjectWritable
-
- setDataId(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.FilterProtos.SingleEntryFilter.Builder
-
required bytes dataId = 2;
- setDataId(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.FilterProtos.SingleEntryFilter.Builder
-
required bytes dataId = 2;
- setDataId(ByteArrayId) - Method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputKey
-
- setDataIsWritable(boolean) - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveInputFormatConfiguration
-
- setDataIsWritable(boolean) - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveOutputFormatConfiguration
-
- setDataIsWritable(boolean) - Method in class mil.nga.giat.geowave.analytic.mapreduce.SequenceFileInputFormatConfiguration
-
- setDataIsWritable(boolean) - Method in class mil.nga.giat.geowave.analytic.mapreduce.SequenceFileOutputFormatConfiguration
-
- setDataIsWritable(boolean) - Method in interface mil.nga.giat.geowave.analytic.param.FormatConfiguration
-
- setDataSchemaOptionProvider(DataSchemaOptionProvider) - Method in class mil.nga.giat.geowave.format.gdelt.GDELTIngestPlugin
-
- setDataStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansDistortionJobRunner
-
- setDataStorePlugin(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.StoreLoader
-
- setDateFieldOptionProvider(DateFieldOptionProvider) - Method in class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataOptions
-
- setDbScanOptions(DBScanOptions) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.DBScanCommand
-
- setDecoder(TrackDecoder) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.TrackFileReader
-
- setDecoder(TrackDecoder) - Method in interface mil.nga.giat.geowave.format.stanag4676.parser.TrackReader
-
- setDedupAcrossIndices(boolean) - Method in class mil.nga.giat.geowave.core.store.filter.DedupeFilter
-
- setDefaultGeometry(Object) - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- setDefaultGeometryProperty(GeometryAttribute) - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- setDefaultProvider(IDefaultProvider) - Method in class mil.nga.giat.geowave.core.cli.prefix.PrefixedJCommander
-
- setDefaultSecurityLevel(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.NATO4676Encoder
-
- setDefaultSimulationString(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.NATO4676Encoder
-
- setDescription(String) - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Sets the value of the 'description' field
- setDescription(String) - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Sets the value of the 'description' field.
- setDetail(TrackPointDetail) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- setDissemination(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Security
-
- setDistance(double) - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidPairing
-
- setDistance(double) - Method in class mil.nga.giat.geowave.analytic.clustering.NeighborData
-
- setDistance(double) - Method in class mil.nga.giat.geowave.analytic.GeoObjectDimensionValues
-
- setDistance(double) - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNData
-
- setDistance(double) - Method in class mil.nga.giat.geowave.analytic.nn.DistanceProfile
-
- setDistance(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackDotSource
-
- setDistanceFnForCoordinate(DistanceFn<Coordinate>) - Method in class mil.nga.giat.geowave.analytic.GeometryHullTool
-
- setDistanceFunction(DistanceFn<T>) - Method in class mil.nga.giat.geowave.analytic.kmeans.CentroidAssociationFn
-
- setDotSources(List<TrackDotSource>) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- setElement(T) - Method in class mil.nga.giat.geowave.analytic.clustering.NeighborData
-
- setElevation(double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Set the elevation (km)
- setEnableBlockCache(boolean) - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloOptions
-
- setEnableBlockCache(boolean) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseOptions
-
- setEnableCoprocessors(boolean) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseOptions
-
- setEnableCustomFilters(boolean) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseOptions
-
- setEncoder(TrackEncoder) - Method in interface mil.nga.giat.geowave.format.stanag4676.parser.TrackWriter
-
- setEndRange(AttributeDescriptor) - Method in class mil.nga.giat.geowave.adapter.vector.utils.TimeDescriptors
-
- setEndRangeName(String) - Method in class mil.nga.giat.geowave.adapter.vector.utils.TimeDescriptors.TimeDescriptorConfiguration
-
- setEndTime(Date) - Method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalRange
-
- setEndTime(long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummary
-
- setEndTime(long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MotionEventPoint
-
- setEntryName(String) - Method in class mil.nga.giat.geowave.core.store.operations.config.AbstractRemoveCommand
-
- setEnvelope(ReferencedEnvelope) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setEnvironment(TrackEnvironment) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
- setErrorFactor(double) - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureCountMinSketchStatistics.FeatureCountMinSketchConfig
-
- setEventTime(long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- setExact(boolean) - Method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalConstraintsSet
-
- setExact(boolean) - Method in class mil.nga.giat.geowave.core.store.query.BasicQuery
-
- setExerciseIndicator(ExerciseIndicator) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- setExtension(String) - Method in class mil.nga.giat.geowave.cli.osm.parser.OsmPbfParserOptions
-
- setExtensions(String[]) - Method in class mil.nga.giat.geowave.core.ingest.local.LocalInputCommandLineOptions
-
- setExternalShutdownExecutor(ExecutorService) - Method in class mil.nga.giat.geowave.datastore.accumulo.minicluster.GeoWaveMiniAccumuloClusterImpl
-
- setExtractDataNamespaceUri(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setExtractDimensionExtractClass(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setExtractMaxInputSplit(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- setExtractMinInputSplit(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- setExtractOutputDataTypeId(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setExtractQuery(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- setExtractReducerCount(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setExtrema(double[][]) - Method in class mil.nga.giat.geowave.adapter.raster.ImageWorkerPredefineStats
-
- setFactoryOptions(StoreFactoryOptions) - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.DataStorePluginOptions
-
- setFeature(SimpleFeature) - Method in class mil.nga.giat.geowave.adapter.vector.FeatureWritable
-
- setFeatureType(FeatureDefinition) - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeature.Builder
-
Sets the value of the 'featureType' field
- setFeatureType(FeatureDefinition) - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeature
-
Sets the value of the 'featureType' field.
- setFeatureType(FeatureDefinition) - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeatureCollection.Builder
-
Sets the value of the 'featureType' field
- setFeatureType(FeatureDefinition) - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeatureCollection
-
Sets the value of the 'featureType' field.
- setFeatureType(SimpleFeatureType) - Method in class mil.nga.giat.geowave.adapter.vector.FeatureDataAdapter
-
- setFeatureType(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- setFeatureTypeName(String) - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition.Builder
-
Sets the value of the 'featureTypeName' field
- setFeatureTypeName(String) - Method in class mil.nga.giat.geowave.adapter.vector.avro.FeatureDefinition
-
Sets the value of the 'featureTypeName' field.
- setFeatureTypeNames(List<String>) - Method in class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataOptions
-
- setFetchMessageMaxBytes(String) - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaConsumerCommandLineOptions
-
- setFid(String) - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues.Builder
-
Sets the value of the 'fid' field
- setFid(String) - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues
-
Sets the value of the 'fid' field.
- setField(PersistentValue<Object>) - Method in class mil.nga.giat.geowave.adapter.vector.AvroAttributeRowBuilder
-
- setField(PersistentValue<Object>) - Method in class mil.nga.giat.geowave.adapter.vector.FeatureRowBuilder
-
- setField(PersistentValue<Object>) - Method in class mil.nga.giat.geowave.adapter.vector.WholeFeatureRowBuilder
-
- setField(PersistentValue<FieldType>) - Method in interface mil.nga.giat.geowave.core.store.adapter.NativeFieldHandler.RowBuilder
-
Set a field ID/value pair
- setFieldIds(List<String>, DataAdapter<?>) - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- setFieldIds(IteratorSetting, DataAdapter<?>, List<String>, CommonIndexModel) - Static method in class mil.nga.giat.geowave.datastore.accumulo.query.AttributeSubsettingIterator
-
Sets the desired subset of fields to keep
- setFilename(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.TrackFileReader
-
- setFilter(Filter) - Method in class mil.nga.giat.geowave.adapter.vector.ingest.CQLFilterOptionProvider.FilterParameter
-
- setFilter(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bytes filter = 3;
- setFilter(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes filter = 3;
- setFilterProvider(CQLFilterOptionProvider) - Method in class mil.nga.giat.geowave.adapter.vector.ingest.AbstractSimpleFeatureIngestPlugin
-
- setFirstIteration(boolean) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanJobRunner
-
- setFormats(String) - Method in class mil.nga.giat.geowave.core.ingest.local.LocalInputCommandLineOptions
-
- setFormatVersion(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.NATO4676Message
-
- setFrameNumber(Integer) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionFrame
-
- setFrames(List<MissionFrame>) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummary
-
Sets the list of frames which comprise this mission
- setFrameTime(long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionFrame
-
- setGeometry(Geometry) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItem
-
- setGeowaveNamespace(String) - Method in class mil.nga.giat.geowave.core.store.StoreFactoryOptions
-
- setGlobalBatchId(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- setGlobalBatchId(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setGlobalParentBatchId(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setGmtiUuid(UUID) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackDotSource
-
- setGpxfile(ByteBuffer) - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Sets the value of the 'gpxfile' field
- setGpxfile(ByteBuffer) - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Sets the value of the 'gpxfile' field.
- setGroupID(String) - Method in interface mil.nga.giat.geowave.analytic.AnalyticItemWrapper
-
- setGroupID(String) - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory.CentroidItemWrapper
-
- setGroupID(String) - Method in class mil.nga.giat.geowave.analytic.clustering.LongCentroid
-
- setGroupId(ByteArrayId) - Method in class mil.nga.giat.geowave.analytic.partitioner.Partitioner.PartitionData
-
- setGroupID(String) - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper
-
- setGroupId(String) - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaConsumerCommandLineOptions
-
- setHandler(TrackReader.ProcessMessage) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.TrackFileReader
-
- setHandler(TrackReader.ProcessMessage) - Method in interface mil.nga.giat.geowave.format.stanag4676.parser.TrackReader
-
- setHdfs(String) - Method in class mil.nga.giat.geowave.test.mapreduce.MapReduceTestEnvironment
-
- setHdfsBaseDirectory(String) - Method in class mil.nga.giat.geowave.test.mapreduce.MapReduceTestEnvironment
-
- setHdfsBasePath(String) - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- setHdfsBasePath(String) - Method in class mil.nga.giat.geowave.cli.osm.parser.OsmPbfParserOptions
-
- setHdfsHostPort(String) - Method in class mil.nga.giat.geowave.adapter.raster.operations.options.RasterTileResizeCommandLineOptions
-
- setHdfsHostPort(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- setHdfsProtocol(boolean) - Method in class mil.nga.giat.geowave.test.mapreduce.MapReduceTestEnvironment
-
- setHistogram(Histogram) - Method in class mil.nga.giat.geowave.adapter.raster.ImageWorkerPredefineStats
-
- setHullDataNamespaceUri(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setHullDataTypeId(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- setHullDataTypeId(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setHullIndexId(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setHullProjectionClass(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- setHullProjectionClass(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setHullReducerCount(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setHullWrapperFactoryClass(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansCommonOptions
-
- setId(ByteArrayId) - Method in class mil.nga.giat.geowave.analytic.clustering.NeighborData
-
- setId(long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Sets the value of the 'id' field
- setId(Long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Sets the value of the 'id' field.
- setId(long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Sets the value of the 'id' field
- setId(Long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
Sets the value of the 'id' field.
- setId(Long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.LineageRelation
-
- setId(Long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MotionImagery
-
- setId(Long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
- setId(Long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackDotSource
-
- setId(Long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- setId(Long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- setId(Long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
- setId(Long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackMessage
-
- setId(Long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- setId(Long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- setId(Long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRunParameter
-
- setIdentities(List<TrackIdentity>) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
- setIdentities(List<TrackIdentity>) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- setIdentity(Identity) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- setIds(List<Long>) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.LongArray.Builder
-
Sets the value of the 'ids' field
- setIds(List<Long>) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.LongArray
-
Sets the value of the 'ids' field.
- setIffMode(IffMode) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- setIffValue(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- setImage(BufferedImage) - Method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChipInfo
-
- setImageBytes(byte[]) - Method in class mil.nga.giat.geowave.format.stanag4676.image.ImageChipInfo
-
- setImageChip(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MotionImagery
-
- setImageReference(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MotionImagery
-
- setIncludePolygons(boolean) - Method in class mil.nga.giat.geowave.analytic.GeometryDataSetGenerator
-
- setIncludeTimeInCommonIndexModel(boolean) - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialDimensionalityTypeProvider.SpatialIndexBuilder
-
- setIndex(PrimaryIndex) - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- setIndexId(String) - Method in class mil.nga.giat.geowave.adapter.raster.operations.options.RasterTileResizeCommandLineOptions
-
- setIndexId(String) - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorExportOptions
-
- setIndexId(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- setIndexId(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.QueryOptionsCommand
-
- setIndexId(ByteArrayId) - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- setIndexId(String) - Method in class mil.nga.giat.geowave.datastore.accumulo.split.SplitCommandLineOptions
-
- setIndexNames(List<String>) - Method in class mil.nga.giat.geowave.adapter.vector.index.SimpleFeaturePrimaryIndexConfiguration
-
- setInfo() - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GDALGeoTiffFormat
-
Sets the metadata information.
- setIngestDirectory(String) - Method in class mil.nga.giat.geowave.cli.osm.parser.OsmPbfParserOptions
-
- setIngestOptions(OSMIngestCommandArgs) - Method in class mil.nga.giat.geowave.cli.osm.operations.IngestOSMToGeoWaveCommand
-
- setIngestOptions(VisibilityOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.KafkaToGeowaveCommand
-
- setIngestOptions(VisibilityOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToGeowaveCommand
-
- setIngestOptions(VisibilityOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToMapReduceToGeowaveCommand
-
- setIngestOptions(VisibilityOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.MapReduceToGeowaveCommand
-
- setInitializer(PrefixedJCommander.PrefixedJCommanderInitializer) - Method in class mil.nga.giat.geowave.core.cli.prefix.PrefixedJCommander
-
- setInputCoverageName(String) - Method in class mil.nga.giat.geowave.adapter.raster.operations.options.RasterTileResizeCommandLineOptions
-
- setInputFormatClass(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- setInputFormatConfiguration(FormatConfiguration) - Method in interface mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.ClusteringRunner
-
- setInputFormatConfiguration(FormatConfiguration) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanIterationsJobRunner
-
- setInputFormatConfiguration(FormatConfiguration) - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- setInputFormatConfiguration(FormatConfiguration) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansIterationsJobRunner
-
- setInputFormatConfiguration(FormatConfiguration) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansJumpJobRunner
-
- setInputFormatConfiguration(FormatConfiguration) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansParallelJobRunner
-
- setInputFormatConfiguration(FormatConfiguration) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansSingleSampleJobRunner
-
- setInputFormatConfiguration(FormatConfiguration) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.SampleMultipleSetsJobRunner
-
- setInputHdfsPath(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- setInputIndexOptions(List<IndexPluginOptions>) - Method in class mil.nga.giat.geowave.core.ingest.operations.KafkaToGeowaveCommand
-
- setInputIndexOptions(List<IndexPluginOptions>) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToGeowaveCommand
-
- setInputIndexOptions(List<IndexPluginOptions>) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToMapReduceToGeowaveCommand
-
- setInputIndexOptions(List<IndexPluginOptions>) - Method in class mil.nga.giat.geowave.core.ingest.operations.MapReduceToGeowaveCommand
-
- setInputStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.adapter.raster.operations.ResizeCommand
-
- setInputStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorLocalExportCommand
-
- setInputStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.DBScanCommand
-
- setInputStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KdeCommand
-
- setInputStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KmeansParallelCommand
-
- setInputStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.NearestNeighborCommand
-
- setInputStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.cli.osm.operations.IngestOSMToGeoWaveCommand
-
- setInputStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.KafkaToGeowaveCommand
-
- setInputStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToGeowaveCommand
-
- setInputStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToMapReduceToGeowaveCommand
-
- setInputStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.MapReduceToGeowaveCommand
-
- setInputStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.core.store.operations.remote.AbstractStatsCommand
-
- setInputStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.core.store.operations.remote.ClearCommand
-
- setInputStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.core.store.operations.remote.ListAdapterCommand
-
- setInputStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.core.store.operations.remote.RemoveAdapterCommand
-
- setInputStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.AbstractSplitsCommand
-
- setInputStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.datastore.hbase.cli.CombineStatisticsCommand
-
- setInsertionId(ByteArrayId) - Method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputKey
-
- setInstance(String) - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloRequiredOptions
-
- setInterpolationOrdinals(List<Integer>) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setInterruptFlag(AtomicBoolean) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.FixedCardinalitySkippingIterator
-
- setIsOutputWritable(Configuration, Boolean) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- setItem1(ClusterItem) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItemDistanceFn.ClusterProfileContext
-
- setItem2(ClusterItem) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItemDistanceFn.ClusterProfileContext
-
- setItemFactory(AnalyticItemWrapperFactory<T>) - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory
-
- setIterationsCount(int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.IterationCountCalculateRunner
-
- setJobConfiguration(Configuration, Class<?>) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- setJobName(String) - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- setJobtracker(String) - Method in class mil.nga.giat.geowave.test.mapreduce.MapReduceTestEnvironment
-
- setJobTrackerHostPort(String) - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.MapReduceCommandLineOptions
-
- setJobTrackerOrResourceManHostPort(String) - Method in class mil.nga.giat.geowave.adapter.raster.operations.options.RasterTileResizeCommandLineOptions
-
- setJobTrackerOrResourceManHostPort(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- setJumpKplusplusMin(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansJumpOptions
-
- setJumpRangeOfCentroids(NumericRange) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansJumpOptions
-
- setKafkaOptions(KafkaConsumerCommandLineOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.KafkaToGeowaveCommand
-
- setKafkaOptions(KafkaProducerCommandLineOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToKafkaCommand
-
- setKafkaPropertyFile(String) - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaCommandLineOptions
-
Find bugs complained, so I added synchronized.
- setKdeOptions(KDECommandLineOptions) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KdeCommand
-
- setKmeansCommonOptions(KMeansCommonOptions) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KmeansJumpCommand
-
- setKmeansCommonOptions(KMeansCommonOptions) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KmeansParallelCommand
-
- setKmeansJumpOptions(KMeansJumpOptions) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KmeansJumpCommand
-
- setKmeansParallelOptions(KMeansParallelOptions) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KmeansParallelCommand
-
- setKmlPlacemark(boolean) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setLatitude(double) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node.Builder
-
Sets the value of the 'latitude' field
- setLatitude(Double) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node
-
Sets the value of the 'latitude' field.
- setLatitude(double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Set the latitude (radians)
- setLatitude(double, int) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Set the latitude (degrees or radians)
- setLatitude(double) - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Sets the value of the 'latitude' field
- setLatitude(Double) - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint
-
Sets the value of the 'latitude' field.
- setLayerStyle(String, String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerRestClient
-
Change the default style of a layer
- setLimit(Integer) - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
a value <= 0 or null indicates no limits
- setLoadedIndices(Map<String, IndexPluginOptions>) - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexLoader
-
- setLocalInputOptions(LocalInputCommandLineOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.KafkaToGeowaveCommand
-
- setLocalInputOptions(LocalInputCommandLineOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToGeowaveCommand
-
- setLocalInputOptions(LocalInputCommandLineOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToHdfsCommand
-
- setLocalInputOptions(LocalInputCommandLineOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToKafkaCommand
-
- setLocalInputOptions(LocalInputCommandLineOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToMapReduceToGeowaveCommand
-
- setLocalInputOptions(LocalInputCommandLineOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.MapReduceToGeowaveCommand
-
- setLocalityGroup(Connector, String, PrimaryIndex, DataAdapter<?>) - Static method in class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloUtils
-
Set locality group.
- setLocation(GeodeticPosition) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- setLocation(GeodeticPosition) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
- setLockingManagement(AbstractLockingManagement) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.lock.AuthorizedLock
-
- setLongitude(double) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node.Builder
-
Sets the value of the 'longitude' field
- setLongitude(Double) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Node
-
Sets the value of the 'longitude' field.
- setLongitude(double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Set the longitude (radians)
- setLongitude(double, int) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Set the longitude (degrees or radians)
- setLongitude(double) - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Sets the value of the 'longitude' field
- setLongitude(Double) - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint
-
Sets the value of the 'longitude' field.
- setMakeDefault(Boolean) - Method in class mil.nga.giat.geowave.core.store.operations.config.AddIndexCommand
-
- setMakeDefault(Boolean) - Method in class mil.nga.giat.geowave.core.store.operations.config.AddStoreCommand
-
- setManagements(List<TrackManagement>) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
- setManagements(List<TrackManagement>) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- setManagerClassName(String) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.visibility.VisibilityConfiguration
-
- setMapHeight(int) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setMapperType(String) - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- setMappingContents(String) - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- setMappingFile(String) - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- setMapReduceConfigFile(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- setMapReduceHdfsBaseDir(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- setMapReduceHdfsHostPort(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- setMapReduceIntegrater(MapReduceIntegration) - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- setMapReduceJobtrackerHostPort(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- setMapReduceOptions(MapReduceCommandLineOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToMapReduceToGeowaveCommand
-
- setMapReduceOptions(MapReduceCommandLineOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.MapReduceToGeowaveCommand
-
- setMapReduceYarnResourceManager(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- setMapWidth(int) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setMaxDuplicates(long) - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialTemporalDimensionalityTypeProvider.SpatialTemporalIndexBuilder
-
- setMaxErrors(int) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setMaxEstimatedDuplicateIdsPerDimension(int) - Method in class mil.nga.giat.geowave.core.index.sfc.tiered.TieredSFCIndexStrategy
-
- setMaxFilters(int) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setMaximumSplitCount(Class<?>, Configuration, Integer) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputConfigurator
-
- setMaximumSplitCount(Configuration, Integer) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- setMaxInputSplits(int) - Method in class mil.nga.giat.geowave.mapreduce.AbstractGeoWaveJobRunner
-
- setMaxLat(Integer) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Sets the value of the 'max_lat' field
- setMaxLat(Integer) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Sets the value of the 'max_lat' field.
- setMaxLevel(Integer) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- setMaxLon(Integer) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Sets the value of the 'max_lon' field
- setMaxLon(Integer) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Sets the value of the 'max_lon' field.
- setMaxRenderTime(int) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setMaxResolutionSubsamplingPerDimension(double[]) - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- setMaxSplits(Integer) - Method in class mil.nga.giat.geowave.adapter.raster.operations.options.RasterTileResizeCommandLineOptions
-
- setMaxSplits(Integer) - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorMRExportOptions
-
- setMaxSplits(Integer) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- setMaxValue(double) - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureFixedBinNumericStatistics.FeatureFixedBinConfig
-
- setMember(long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember.Builder
-
Sets the value of the 'member' field
- setMember(Long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember
-
Sets the value of the 'member' field.
- setMembers(List<RelationMember>) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Relation.Builder
-
Sets the value of the 'members' field
- setMembers(List<RelationMember>) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Relation
-
Sets the value of the 'members' field.
- setMemberType(MemberType) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember.Builder
-
Sets the value of the 'member_type' field
- setMemberType(MemberType) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember
-
Sets the value of the 'member_type' field.
- setMemoryInMB(long) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanJobRunner
-
- setMergeSize(int) - Static method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanClusterList
-
- setMessages(List<NATO4676Message>) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- setMessageTime(long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.NATO4676Message
-
- setMetadata(T) - Method in class mil.nga.giat.geowave.adapter.raster.adapter.RasterTile
-
- setMetadataBrokerList(String) - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaProducerCommandLineOptions
-
- setMetatile(boolean) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setMinimumSplitCount(Class<?>, Configuration, Integer) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputConfigurator
-
- setMinimumSplitCount(Configuration, Integer) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- setMinInputSplits(int) - Method in class mil.nga.giat.geowave.mapreduce.AbstractGeoWaveJobRunner
-
- setMinLat(Integer) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Sets the value of the 'min_lat' field
- setMinLat(Integer) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Sets the value of the 'min_lat' field.
- setMinLevel(Integer) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- setMinLon(Integer) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Sets the value of the 'min_lon' field
- setMinLon(Integer) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Sets the value of the 'min_lon' field.
- setMinSplits(Integer) - Method in class mil.nga.giat.geowave.adapter.raster.operations.options.RasterTileResizeCommandLineOptions
-
- setMinSplits(Integer) - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorMRExportOptions
-
- setMinSplits(Integer) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- setMinValue(double) - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureFixedBinNumericStatistics.FeatureFixedBinConfig
-
- setMissionFrameData(byte[], String, int, long) - Method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676EventWritable
-
- setMissionId(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionFrame
-
- setMissionId(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummary
-
- setMissionId(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- setMissionId(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackMessage
-
- setMissionSummary(MissionSummary) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummaryMessage
-
- setMissionSummaryData(byte[], String, String, int, long, long, String, String) - Method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676EventWritable
-
- setModel(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bytes model = 4;
- setModel(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes model = 4;
- setMotionImages(List<MotionImagery>) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
- setMotionImages(List<MotionImagery>) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- setMotionPointData(byte[], byte[], String, String, String, String, String, String, String, long, long, double, double, String, double, double, double, int, int, int, String) - Method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676EventWritable
-
- setMrOptions(VectorMRExportOptions) - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorMRExportCommand
-
- setName(String) - Method in class mil.nga.giat.geowave.cli.geoserver.ConfigGeoServerCommand
-
- setName(String) - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType.Builder
-
required string name = 1;
- setName(String) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType.Builder
-
required string name = 1;
- setName(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummary
-
Sets the name of the mission
- setName(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRunParameter
-
- setNameBytes(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType.Builder
-
required string name = 1;
- setNameBytes(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType.Builder
-
required string name = 1;
- setNameNode(String) - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- setNameNode(String) - Method in class mil.nga.giat.geowave.cli.osm.parser.OsmPbfParserOptions
-
- setNameOverride(String) - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexPluginOptions.BaseIndexBuilder
-
- setNamespace(String) - Method in class mil.nga.giat.geowave.adapter.vector.FeatureDataAdapter
-
- setNamespace(String) - Method in class mil.nga.giat.geowave.test.annotation.GeoWaveTestStoreImpl
-
- setNationality(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.IDdata
-
- setNationality(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
- setNBestBands(int) - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8BasicCommandLineOptions
-
- setNBestPerSpatial(boolean) - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8BasicCommandLineOptions
-
- setNBestScenes(int) - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8BasicCommandLineOptions
-
- setNeighbor(T) - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNData
-
- setNnOptions(NearestNeighborOptions) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.NearestNeighborCommand
-
- setNodes(List<Long>) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Way.Builder
-
Sets the value of the 'nodes' field
- setNodes(List<Long>) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Way
-
Sets the value of the 'nodes' field.
- setNumber(long) - Method in class mil.nga.giat.geowave.datastore.accumulo.split.SplitCommandLineOptions
-
- setNumChanges(Integer) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Sets the value of the 'num_changes' field
- setNumChanges(Integer) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Sets the value of the 'num_changes' field.
- setNumericIndexStrategyFilter(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes numericIndexStrategyFilter = 7;
- setNumObjects(int) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackClassification
-
- setNumPartitions(int) - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexPluginOptions.BaseIndexBuilder
-
- setObject(ObjectWritable) - Method in class mil.nga.giat.geowave.analytic.AdapterWithObjectWritable
-
- setObjectMask(Area) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- setObjectWritable(ObjectWritable) - Method in class mil.nga.giat.geowave.analytic.AdapterWithObjectWritable
-
- setOblate(boolean) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Set/get oblateness
- setOnlyScenesSinceLastRun(boolean) - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8BasicCommandLineOptions
-
- setOpen(boolean) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Sets the value of the 'open' field
- setOpen(Boolean) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Sets the value of the 'open' field.
- setOptimalOperations(int, List<Integer>, SFCDimensionDefinition[]) - Method in class mil.nga.giat.geowave.core.index.sfc.hilbert.HilbertSFC
-
- setOptimizeLineWidth(boolean) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setOptions(RasterTileResizeCommandLineOptions) - Method in class mil.nga.giat.geowave.adapter.raster.operations.ResizeCommand
-
- setOptions(VectorLocalExportOptions) - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorLocalExportCommand
-
- setOptions(Map<String, IngestFormatOptionProvider>) - Method in class mil.nga.giat.geowave.core.ingest.operations.options.IngestFormatPluginOptions
-
- setOptions(Map<String, String>) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- setOptions(Map<String, String>) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.QueryFilterIterator
-
- setOptions(HBaseOptions) - Method in class mil.nga.giat.geowave.datastore.hbase.query.HBaseQuery
-
- setOptions(String[]) - Method in class mil.nga.giat.geowave.test.annotation.GeoWaveTestStoreImpl
-
- setOriginalFile(ByteBuffer) - Method in class mil.nga.giat.geowave.core.ingest.avro.WholeFile.Builder
-
Sets the value of the 'originalFile' field
- setOriginalFile(ByteBuffer) - Method in class mil.nga.giat.geowave.core.ingest.avro.WholeFile
-
Sets the value of the 'originalFile' field.
- setOriginalFile(ByteBuffer) - Method in class mil.nga.giat.geowave.core.ingest.hdfs.HdfsFile.Builder
-
Sets the value of the 'originalFile' field
- setOriginalFile(ByteBuffer) - Method in class mil.nga.giat.geowave.core.ingest.hdfs.HdfsFile
-
Sets the value of the 'originalFile' field.
- setOriginalFilePath(String) - Method in class mil.nga.giat.geowave.core.ingest.avro.WholeFile.Builder
-
Sets the value of the 'originalFilePath' field
- setOriginalFilePath(String) - Method in class mil.nga.giat.geowave.core.ingest.avro.WholeFile
-
Sets the value of the 'originalFilePath' field.
- setOriginalFilePath(CharSequence) - Method in class mil.nga.giat.geowave.core.ingest.hdfs.HdfsFile.Builder
-
Sets the value of the 'originalFilePath' field
- setOriginalFilePath(CharSequence) - Method in class mil.nga.giat.geowave.core.ingest.hdfs.HdfsFile
-
Sets the value of the 'originalFilePath' field.
- setOsmNamespace(String) - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- setOsmTableName(String) - Method in class mil.nga.giat.geowave.cli.osm.operations.options.OSMIngestCommandArgs
-
- setOutputCoverageName(String) - Method in class mil.nga.giat.geowave.adapter.raster.operations.options.RasterTileResizeCommandLineOptions
-
- setOutputDataNamespaceUri(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- setOutputDataTypeId(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- setOutputFile(File) - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorLocalExportOptions
-
- setOutputFormatConfiguration(FormatConfiguration) - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- setOutputHdfsOutputPath(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- setOutputHdfsOutputPath(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.NearestNeighborOptions
-
- setOutputIndexId(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- setOutputOutputFormat(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- setOutputReducerCount(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- setOutputStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.adapter.raster.operations.ResizeCommand
-
- setOutputStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KdeCommand
-
- setOutputStreams(OutputStream, OutputStream) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.NATO4676Encoder
-
- setOutputStreams(OutputStream, OutputStream) - Method in interface mil.nga.giat.geowave.format.stanag4676.parser.TrackEncoder
-
- setOutputTileSize(Integer) - Method in class mil.nga.giat.geowave.adapter.raster.operations.options.RasterTileResizeCommandLineOptions
-
- setOverwriteIfExists(boolean) - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8DownloadCommandLineOptions
-
- setPairedItem(AnalyticItemWrapper<T>) - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidPairing
-
- setPalette(IndexColorModel) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setParameters(String, String) - Method in class mil.nga.giat.geowave.adapter.raster.operations.ResizeCommand
-
- setParameters(String) - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorLocalExportCommand
-
- setParameters(String, String, String) - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorMRExportCommand
-
- setParameters(DistributedRenderOptions) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderAggregation
-
- setParameters(Configuration, Class<?>, PropertyManagement) - Static method in class mil.nga.giat.geowave.analytic.clustering.CentroidManagerGeoWave
-
- setParameters(Configuration, Class<?>, PropertyManagement) - Static method in class mil.nga.giat.geowave.analytic.clustering.NestedGroupCentroidAssignment
-
- setParameters(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.DBScanCommand
-
- setParameters(String, String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KdeCommand
-
- setParameters(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KmeansJumpCommand
-
- setParameters(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.KmeansParallelCommand
-
- setParameters(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.NearestNeighborCommand
-
- setParameters(Configuration, Class<?>, PropertyManagement) - Static method in class mil.nga.giat.geowave.analytic.sample.function.CentroidDistanceBasedSamplingRankFunction
-
- setParameters(String, String, String) - Method in class mil.nga.giat.geowave.cli.osm.operations.IngestOSMToGeoWaveCommand
-
- setParameters(String, String, String) - Method in class mil.nga.giat.geowave.cli.osm.operations.StageOSMToHDFSCommand
-
- setParameters(String, String) - Method in class mil.nga.giat.geowave.core.cli.operations.config.SetCommand
-
- setParameters(String, String) - Method in class mil.nga.giat.geowave.core.ingest.operations.KafkaToGeowaveCommand
-
- setParameters(String, String, String) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToGeowaveCommand
-
- setParameters(String, String, String) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToHdfsCommand
-
- setParameters(String) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToKafkaCommand
-
- setParameters(String, String, String, String, String) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToMapReduceToGeowaveCommand
-
- setParameters(String, String, String, String) - Method in class mil.nga.giat.geowave.core.ingest.operations.MapReduceToGeowaveCommand
-
- setParameters(String) - Method in class mil.nga.giat.geowave.core.store.operations.config.AddIndexCommand
-
- setParameters(String, String) - Method in class mil.nga.giat.geowave.core.store.operations.config.AddIndexGroupCommand
-
- setParameters(String) - Method in class mil.nga.giat.geowave.core.store.operations.config.AddStoreCommand
-
- setParameters(String, String) - Method in class mil.nga.giat.geowave.core.store.operations.config.CopyIndexCommand
-
- setParameters(String, String) - Method in class mil.nga.giat.geowave.core.store.operations.config.CopyStoreCommand
-
- setParameters(String, String, String) - Method in class mil.nga.giat.geowave.core.store.operations.remote.CalculateStatCommand
-
- setParameters(String) - Method in class mil.nga.giat.geowave.core.store.operations.remote.ClearCommand
-
- setParameters(String) - Method in class mil.nga.giat.geowave.core.store.operations.remote.ListAdapterCommand
-
- setParameters(String) - Method in class mil.nga.giat.geowave.core.store.operations.remote.ListIndexCommand
-
- setParameters(String, String) - Method in class mil.nga.giat.geowave.core.store.operations.remote.ListStatsCommand
-
- setParameters(String, String) - Method in class mil.nga.giat.geowave.core.store.operations.remote.RecalculateStatsCommand
-
- setParameters(String, String) - Method in class mil.nga.giat.geowave.core.store.operations.remote.RemoveAdapterCommand
-
- setParameters(String, String, String) - Method in class mil.nga.giat.geowave.core.store.operations.remote.RemoveStatCommand
-
- setParameters(P) - Method in interface mil.nga.giat.geowave.core.store.query.aggregate.Aggregation
-
Sets the parameters based on what has been persisted
- setParameters(Persistable) - Method in class mil.nga.giat.geowave.core.store.query.aggregate.CountAggregation
-
- setParameters(DataStatistics<T>) - Method in class mil.nga.giat.geowave.core.store.query.aggregate.DataStatisticsAggregation
-
- setParameters(String) - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.AbstractSplitsCommand
-
- setParameters(String, String) - Method in class mil.nga.giat.geowave.datastore.hbase.cli.CombineStatisticsCommand
-
- setParameters(List<TrackRunParameter>) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- setParams(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationType.Builder
-
optional bytes params = 2;
- setParams(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationType.Builder
-
optional bytes params = 2;
- setParent(SortedKeyValueIterator<Key, Value>) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AggregationIterator
-
- setParentBatchID(Configuration, Class<?>, String) - Static method in class mil.nga.giat.geowave.analytic.clustering.NestedGroupCentroidAssignment
-
Override zoomLevel from parameters
- setParserOptions(OsmPbfParserOptions) - Method in class mil.nga.giat.geowave.cli.osm.operations.StageOSMToHDFSCommand
-
- setPartitionData(Partitioner.PartitionData) - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNMapReduce.PartitionDataWritable
-
- setPartitioningDistanceThresholds(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- setPartitioningDistanceThresholds(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.NearestNeighborOptions
-
- setPartitioningGeometricDistanceUnit(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- setPartitioningGeometricDistanceUnit(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.NearestNeighborOptions
-
- setPartitionMaxDistance(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- setPartitionMaxDistance(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.NearestNeighborOptions
-
- setPartitionMaxMemberSelection(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- setPartitionMaxMemberSelection(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.NearestNeighborOptions
-
- setPartitionPartitionDecreaseRate(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- setPartitionPartitionerClass(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- setPartitionPartitionerClass(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.NearestNeighborOptions
-
- setPartitionPartitionPrecision(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- setPartitionPartitionPrecision(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.NearestNeighborOptions
-
- setPartitionSecondaryPartitionerClass(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.DBScanOptions
-
- setPartitionSecondaryPartitionerClass(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.NearestNeighborOptions
-
- setPartitionStrategy(IndexPluginOptions.PartitionStrategy) - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.IndexPluginOptions.BaseIndexBuilder
-
- setPass(String) - Method in class mil.nga.giat.geowave.cli.geoserver.ConfigGeoServerCommand
-
- setPass(String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerConfig
-
- setPassword(boolean) - Method in class mil.nga.giat.geowave.core.store.config.ConfigOption
-
- setPassword(String) - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloRequiredOptions
-
- setPeriodicity(TemporalBinningStrategy.Unit) - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialTemporalDimensionalityTypeProvider.SpatialTemporalIndexBuilder
-
- setPersistAdapter(boolean) - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloOptions
-
- setPersistAdapter(boolean) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseOptions
-
- setPersistDataStatistics(boolean) - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloOptions
-
- setPersistDataStatistics(boolean) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseOptions
-
- setPersistIndex(boolean) - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloOptions
-
- setPersistIndex(boolean) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseOptions
-
- setPersistStats(boolean) - Method in class mil.nga.giat.geowave.core.store.base.DataStoreCallbackManager
-
- setPluginFormats(IngestFormatPluginOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.KafkaToGeowaveCommand
-
- setPluginFormats(IngestFormatPluginOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToGeowaveCommand
-
- setPluginFormats(IngestFormatPluginOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToHdfsCommand
-
- setPluginFormats(IngestFormatPluginOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToKafkaCommand
-
- setPluginFormats(IngestFormatPluginOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToMapReduceToGeowaveCommand
-
- setPluginFormats(IngestFormatPluginOptions) - Method in class mil.nga.giat.geowave.core.ingest.operations.MapReduceToGeowaveCommand
-
- setPluginInstanceOptionProviders() - Method in class mil.nga.giat.geowave.adapter.vector.ingest.AbstractSimpleFeatureIngestFormat
-
- setPluginInstanceOptionProviders() - Method in class mil.nga.giat.geowave.format.gdelt.GDELTIngestFormat
-
- setPluginOptions(Object) - Method in class mil.nga.giat.geowave.adapter.vector.ingest.SimpleFeatureIngestOptions
-
- setPluginOptions(IndexPluginOptions) - Method in class mil.nga.giat.geowave.core.store.operations.config.AddIndexCommand
-
- setPluginOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.core.store.operations.config.AddStoreCommand
-
- setPlugins(Map<String, IngestFormatPluginProviderSpi<?, ?>>) - Method in class mil.nga.giat.geowave.core.ingest.operations.options.IngestFormatPluginOptions
-
- setPoint1(Coordinate) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItemDistanceFn.ClusterProfileContext
-
- setPoint2(Coordinate) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterItemDistanceFn.ClusterProfileContext
-
- setPointinstance(long) - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Sets the value of the 'pointinstance' field
- setPointinstance(Long) - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint
-
Sets the value of the 'pointinstance' field.
- setPointOnly(boolean) - Method in class mil.nga.giat.geowave.core.geotime.ingest.SpatialTemporalDimensionalityTypeProvider.SpatialTemporalIndexBuilder
-
- setPoints(Long) - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Sets the value of the 'points' field
- setPoints(Long) - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Sets the value of the 'points' field.
- setPoints(List<GeodeticPosition>) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Area
-
- setPoints(List<TrackPoint>) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
Sets the list of TrackPoints which comprise this track
- setPoints(TreeMap<Long, TrackPoint>) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
Sets the list of TrackPoints which comprise this track
- setPolicyName(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Security
-
- setPrecision(int) - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureHyperLogLogStatistics.FeatureHyperLogLogConfig
-
- setPrimary(boolean) - Method in class mil.nga.giat.geowave.analytic.AdapterWithObjectWritable
-
- setPrimary(boolean) - Method in class mil.nga.giat.geowave.analytic.partitioner.Partitioner.PartitionData
-
- setPrintNotParse(boolean) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.NATO4676Decoder
-
- setProbabilityOfCorrectness(double) - Method in class mil.nga.giat.geowave.adapter.vector.stats.FeatureCountMinSketchStatistics.FeatureCountMinSketchConfig
-
- setProducerType(String) - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaProducerCommandLineOptions
-
- setPsi(double) - Method in class mil.nga.giat.geowave.analytic.kmeans.serial.KMeansParallelInitialize
-
- setPutLimit(int) - Method in class mil.nga.giat.geowave.analytic.sample.Sampler
-
- setQuality(int) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
- setQuery(DistributableQuery) - Method in class mil.nga.giat.geowave.mapreduce.AbstractGeoWaveJobRunner
-
- setQuery(Class<?>, Configuration, DistributableQuery) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputConfigurator
-
- setQuery(Configuration, DistributableQuery) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- setQueryFiltersEnabled(boolean) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloConstraintsQuery
-
- setQueryOptions(QueryOptionsCommand) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.CommonOptions
-
- setQueryOptions(QueryOptions) - Method in class mil.nga.giat.geowave.mapreduce.AbstractGeoWaveJobRunner
-
- setQueryOptions(Class<?>, Configuration, QueryOptions) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputConfigurator
-
- setQueryOptions(Configuration, QueryOptions) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- setRange(int, int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.StripWeakCentroidsRunner
-
- setRange(RangeLocationPair) - Method in interface mil.nga.giat.geowave.mapreduce.splits.GeoWaveRecordReader.NextRangeCallback
-
- setRangeFilter(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationRequest.Builder
-
optional bytes rangeFilter = 2;
- setRangeFilter(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationRequest.Builder
-
optional bytes rangeFilter = 2;
- setReconnectOnTimeout(boolean) - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaConsumerCommandLineOptions
-
- setReducerCount(int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanIterationsJobRunner
-
- setReducerCount(int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveAnalyticJobRunner
-
- setReducerCount(int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansIterationsJobRunner
-
- setReducerCount(int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansJobRunner
-
- setRelatedTrackNumber(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.LineageRelation
-
- setRelatedTrackUuid(UUID) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.LineageRelation
-
- setRelation(LineageRelationType) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.LineageRelation
-
- setReleasability(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Security
-
- setRemoteInvocationParams(String, String, Configuration) - Static method in class mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase
-
- setRendererHints(Map) - Method in class org.geotools.renderer.lite.DistributedRenderer
-
- setRenderScaleMethodAccurate(boolean) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setRequestedEnvelope(GeneralEnvelope) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReaderState
-
- setRequestEnvelopeTransformed(GeneralEnvelope) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReaderState
-
- setRequestRequiredAcks(String) - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaProducerCommandLineOptions
-
- setResourceManager(String) - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.MapReduceCommandLineOptions
-
- setResourceManagerHostPort(String) - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorMRExportOptions
-
- setRetainImages(boolean) - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8RasterIngestCommandLineOptions
-
- setRetryBackoffMs(String) - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaProducerCommandLineOptions
-
- setRole(String) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember.Builder
-
Sets the value of the 'role' field
- setRole(String) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.RelationMember
-
Sets the value of the 'role' field.
- setRunDate(long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- setRunId(Long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.NATO4676Message
-
- setSampleMaxSampleSize(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansParallelOptions
-
- setSampleMinSampleSize(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansParallelOptions
-
- setSampleProbabilityFn(SampleProbabilityFn) - Method in class mil.nga.giat.geowave.analytic.sample.Sampler
-
- setSampleSampleIterations(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansParallelOptions
-
- setSampleSampleRankFunction(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansJumpOptions
-
- setSampleSampleSize(String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.operations.options.KMeansJumpOptions
-
- setSampleSize(int) - Method in class mil.nga.giat.geowave.analytic.sample.Sampler
-
- setSamplingRankFunctionClass(Class<? extends SamplingRankFunction>) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KSamplerJobRunner
-
- setScale(int) - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8RasterIngestCommandLineOptions
-
- setScanCacheSize(int) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseOptions
-
- setScanCallback(ScanCallback<?>) - Method in class mil.nga.giat.geowave.core.store.query.QueryOptions
-
- setSecurity(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummary
-
Sets the security of the mission
- setSecurity(Security) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.NATO4676Message
-
- setSecurity(Security) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
- setSecurity(Security) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- setSecurity(Security) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackItem
-
- setSecurity(Security) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- setSenderID(IDdata) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.NATO4676Message
-
- setSerializationFormatOptionProvider(FeatureSerializationOptionProvider) - Method in class mil.nga.giat.geowave.adapter.vector.ingest.SimpleFeatureIngestOptions
-
- setSerializationFormatProvider(FeatureSerializationOptionProvider) - Method in class mil.nga.giat.geowave.adapter.vector.ingest.AbstractSimpleFeatureIngestPlugin
-
- setSerializerClass(String) - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaProducerCommandLineOptions
-
- setSimpleFeatureCollection(List<AttributeValues>) - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeatureCollection.Builder
-
Sets the value of the 'simpleFeatureCollection' field
- setSimpleFeatureCollection(List<AttributeValues>) - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeatureCollection
-
Sets the value of the 'simpleFeatureCollection' field.
- setSimulationIndicator(SimulationIndicator) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- setSource(ModalityType) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- setSource(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackItem
-
- setSourceFilename(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- setSourceGmtiMissionUid(Long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- setSourceGmtiMissionUuid(UUID) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- setSourceModality(ModalityType) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
- setSourceReliability(Integer) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.ClassificationCredibility
-
- setSourceReliability(int) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- setSpeed(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- setSplitOptions(SplitCommandLineOptions) - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.AbstractSplitsCommand
-
- setSplits(Connector, PrimaryIndex, String, long) - Method in class mil.nga.giat.geowave.datastore.accumulo.split.AbstractAccumuloSplitsOperation
-
- setSplitsByNumRows(Connector, String, PrimaryIndex, long) - Static method in class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloUtils
-
Set splits on table based on fixed number of rows per split.
- setSplitsByNumSplits(Connector, String, PrimaryIndex, int) - Static method in class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloUtils
-
Set splits on table based on equal interval distribution and fixed number
of splits.
- setSplitsByQuantile(Connector, String, PrimaryIndex, int) - Static method in class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloUtils
-
Set splits on a table based on quantile distribution and fixed number of
splits
- setSplitsByRandomPartitions(Connector, String, PrimaryIndex, int) - Static method in class mil.nga.giat.geowave.datastore.accumulo.util.AccumuloUtils
-
Set splits on a table based on a partition ID
- setStartRange(AttributeDescriptor) - Method in class mil.nga.giat.geowave.adapter.vector.utils.TimeDescriptors
-
- setStartRangeName(String) - Method in class mil.nga.giat.geowave.adapter.vector.utils.TimeDescriptors.TimeDescriptorConfiguration
-
- setStartTime(Date) - Method in class mil.nga.giat.geowave.core.geotime.store.query.TemporalRange
-
- setStartTime(long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.MissionSummary
-
- setStationId(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.IDdata
-
- setStationId(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
- setStatistics(DataStatistics<?>) - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.DataStatisticsStore
-
This will write the statistics to the underlying store.
- setStatistics(DataStatistics<?>) - Method in class mil.nga.giat.geowave.core.store.memory.MemoryDataStatisticsStore
-
This will write the statistics to the underlying store.
- setStatistics(DataStatistics<?>) - Method in class mil.nga.giat.geowave.datastore.accumulo.metadata.AccumuloDataStatisticsStore
-
- setStatistics(DataStatistics<?>) - Method in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseDataStatisticsStore
-
- setStatisticsStore(DataStatisticsStore) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.StatsCompositionTool
-
- setStats(Pair<String, Object>[]) - Method in class mil.nga.giat.geowave.adapter.raster.ImageWorkerPredefineStats
-
- setStatsOptions(StatsCommandLineOptions) - Method in class mil.nga.giat.geowave.core.store.operations.remote.AbstractStatsCommand
-
- setStatus(TrackStatus) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
- setStatus(TrackStatus) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- setStatus(String) - Method in class mil.nga.giat.geowave.mapreduce.NativeMapContext
-
- setStatus(String) - Method in class mil.nga.giat.geowave.mapreduce.NativeReduceContext
-
- setStoreOptions(DataStorePluginOptions) - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorMRExportCommand
-
- setStoreOptions(Configuration, DataStorePluginOptions) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- setStoreOptions(Configuration, DataStorePluginOptions) - Static method in class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputFormat
-
- setStoreOptionsMap(Class<?>, Configuration, Map<String, String>) - Static method in class mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase
-
- setStoreOptionsMap(Configuration, Map<String, String>) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
- setStoreOptionsMap(Configuration, Map<String, String>) - Static method in class mil.nga.giat.geowave.mapreduce.output.GeoWaveOutputFormat
-
- setStoreType(String) - Method in class mil.nga.giat.geowave.core.store.operations.config.AddStoreCommand
-
- setStreaming(boolean) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.TrackFileReader
-
- setStreaming(boolean) - Method in interface mil.nga.giat.geowave.format.stanag4676.parser.TrackReader
-
- setStyle(Style) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setSuccessCode(int) - Method in class mil.nga.giat.geowave.core.cli.parser.CommandLineOperationParams
-
- setSuccessException(Throwable) - Method in class mil.nga.giat.geowave.core.cli.parser.CommandLineOperationParams
-
- setSuccessMessage(String) - Method in class mil.nga.giat.geowave.core.cli.parser.CommandLineOperationParams
-
- setTags(Map<String, String>) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Sets the value of the 'tags' field
- setTags(Map<String, String>) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Sets the value of the 'tags' field.
- setTags(Map<String, String>) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Sets the value of the 'tags' field
- setTags(Map<String, String>) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
Sets the value of the 'tags' field.
- setTags(List<String>) - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Sets the value of the 'tags' field
- setTags(List<String>) - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Sets the value of the 'tags' field.
- setTaxiid(int) - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Sets the value of the 'taxiid' field
- setTaxiid(Integer) - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint
-
Sets the value of the 'taxiid' field.
- setThreads(int) - Method in class mil.nga.giat.geowave.core.ingest.operations.LocalToGeowaveCommand
-
- setTileSize(Integer) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDECommandLineOptions
-
- setTileSize(int) - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8RasterIngestCommandLineOptions
-
- setTime(AttributeDescriptor) - Method in class mil.nga.giat.geowave.adapter.vector.utils.TimeDescriptors
-
- setTime(long) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackItem
-
- setTimeName(String) - Method in class mil.nga.giat.geowave.adapter.vector.utils.TimeDescriptors.TimeDescriptorConfiguration
-
- setTimestamp(long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Sets the value of the 'timestamp' field
- setTimestamp(Long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
Sets the value of the 'timestamp' field.
- setTimestamp(Long) - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Sets the value of the 'timestamp' field
- setTimestamp(Long) - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Sets the value of the 'timestamp' field.
- setTimestamp(long) - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint.Builder
-
Sets the value of the 'timestamp' field
- setTimestamp(Long) - Method in class mil.nga.giat.geowave.format.tdrive.TdrivePoint
-
Sets the value of the 'timestamp' field.
- setToEpoch(Calendar) - Method in class mil.nga.giat.geowave.core.geotime.index.dimension.TemporalBinningStrategy
-
- setTrack(Track) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- setTrackerType(TrackerType) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
- setTrackid(Long) - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Sets the value of the 'trackid' field
- setTrackid(Long) - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Sets the value of the 'trackid' field.
- setTrackItemComment(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- setTrackItemSource(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- setTrackNumber(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
- setTrackNumber(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- setTrackObjectClassData(long, String, int, int) - Method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676EventWritable
-
- setTrackPointData(byte[], byte[], String, String, String, String, String, String, String, long, long, double, double, String, double, double, double, int, int, int) - Method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676EventWritable
-
- setTrackPointSource(ModalityType) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- setTrackPointType(TrackPointType) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- setTrackRelations(List<LineageRelation>) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
- setTrackRelations(List<LineageRelation>) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- setTracks(List<TrackEvent>) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackMessage
-
- setTransaction(Transaction) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.lock.AuthorizedLock
-
- setTransaction(Transaction) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveAutoCommitTransactionState
-
- setTransaction(Transaction) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.transaction.GeoWaveTransactionManagementState
-
- setTransparent(boolean) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setType(Class) - Method in class mil.nga.giat.geowave.core.store.config.ConfigOption
-
- setType(String) - Method in class mil.nga.giat.geowave.core.store.operations.config.AddIndexCommand
-
- setTypeNameOptionProvider(TypeNameOptionProvider) - Method in class mil.nga.giat.geowave.adapter.vector.ingest.SimpleFeatureIngestOptions
-
- setTypeNameProvider(TypeNameOptionProvider) - Method in class mil.nga.giat.geowave.adapter.vector.ingest.AbstractSimpleFeatureIngestPlugin
-
- setUnitName(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- setUnitSymbol(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- setup(Reducer<GeoWaveInputKey, ObjectWritable, GeoWaveInputKey, ObjectWritable>.Context) - Method in class mil.nga.giat.geowave.adapter.raster.resize.RasterTileResizeCombiner
-
- setup(Mapper<GeoWaveInputKey, GridCoverage, GeoWaveInputKey, ObjectWritable>.Context) - Method in class mil.nga.giat.geowave.adapter.raster.resize.RasterTileResizeMapper
-
- setup(Reducer<GeoWaveInputKey, ObjectWritable, GeoWaveOutputKey, GridCoverage>.Context) - Method in class mil.nga.giat.geowave.adapter.raster.resize.RasterTileResizeReducer
-
- setup(Mapper<GeoWaveInputKey, SimpleFeature, AvroKey<AvroSimpleFeatureCollection>, NullWritable>.Context) - Method in class mil.nga.giat.geowave.adapter.vector.export.VectorExportMapper
-
- setup(Mapper<GeoWaveInputKey, ObjectWritable, GeoWaveInputKey, ObjectWritable>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.ConvexHullMapReduce.ConvexHullMap
-
- setup(Reducer<GeoWaveInputKey, ObjectWritable, GeoWaveOutputKey, SimpleFeature>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.ConvexHullMapReduce.ConvexHullReducer
-
- setup(Mapper<GeoWaveInputKey, ObjectWritable, GeoWaveInputKey, ObjectWritable>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.GroupAssignmentMapReduce.GroupAssignmentMapper
-
- setup(Reducer<GeoWaveInputKey, ObjectWritable, GeoWaveOutputKey, Object>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.InputToOutputKeyReducer
-
- setup(Reducer<GeoWaveInputKey, ObjectWritable, GeoWaveInputKey, ObjectWritable>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.SimpleFeatureOutputReducer
-
- setup(Reducer<NNMapReduce.PartitionDataWritable, AdapterWithObjectWritable, GeoWaveInputKey, ObjectWritable>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanMapReduce.DBScanMapHullReducer
-
- setup(Reducer<NNMapReduce.PartitionDataWritable, AdapterWithObjectWritable, KEYOUT, VALUEOUT>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanMapReduce.DBScanMapReducer
-
- setup(PropertyManagement, Configuration) - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveInputFormatConfiguration
-
- setup(PropertyManagement, Configuration) - Method in class mil.nga.giat.geowave.analytic.mapreduce.GeoWaveOutputFormatConfiguration
-
- setup(Reducer<DoubleWritable, LongWritable, GeoWaveOutputKey, GridCoverage>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.AccumuloKDEReducer
-
- setup(Reducer<LongWritable, DoubleWritable, DoubleWritable, LongWritable>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.CellSummationReducer
-
- setup(Reducer<ComparisonCellData, LongWritable, GeoWaveOutputKey, GridCoverage>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonAccumuloStatsReducer
-
- setup(Reducer<DoubleWritable, LongWritable, LongWritable, DoubleWritable>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCellDataReducer
-
- setup(Reducer<LongWritable, DoubleWritable, ComparisonCellData, LongWritable>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonCombiningStatsReducer
-
- setup(Mapper<GeoWaveInputKey, SimpleFeature, LongWritable, DoubleWritable>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonGaussianCellMapper
-
- setup(Mapper<GeoWaveInputKey, SimpleFeature, LongWritable, DoubleWritable>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.GaussianCellMapper
-
- setup(Job, String, WritableDataAdapter<?>, PrimaryIndex) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDEJobRunner
-
- setup(Mapper<GeoWaveInputKey, ObjectWritable, Text, CountofDoubleWritable>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.KMeansDistortionMapReduce.KMeansDistortionMapper
-
- setup(Reducer<Text, CountofDoubleWritable, GeoWaveOutputKey, DistortionGroupManagement.DistortionEntry>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.KMeansDistortionMapReduce.KMeansDistortionReduce
-
- setup(Mapper<GeoWaveInputKey, ObjectWritable, GroupIDText, BytesWritable>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.KMeansMapReduce.KMeansMapper
-
- setup(Reducer<GroupIDText, BytesWritable, GeoWaveOutputKey, Object>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.KMeansMapReduce.KMeansReduce
-
- setup(Mapper<GeoWaveInputKey, ObjectWritable, GeoWaveInputKey, ObjectWritable>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.KSamplerMapReduce.SampleMap
-
- setup(Reducer<GeoWaveInputKey, ObjectWritable, GeoWaveOutputKey, T>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.KSamplerMapReduce.SampleReducer
-
- setup(Mapper<GeoWaveInputKey, ObjectWritable, GroupIDText, CountofDoubleWritable>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.UpdateCentroidCostMapReduce.UpdateCentroidCostMap
-
- setup(Reducer<GroupIDText, CountofDoubleWritable, GeoWaveOutputKey, Object>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.UpdateCentroidCostMapReduce.UpdateCentroidCostReducer
-
- setup(Mapper<GeoWaveInputKey, Object, NNMapReduce.PartitionDataWritable, AdapterWithObjectWritable>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNMapReduce.NNMapper
-
- setup(Reducer<NNMapReduce.PartitionDataWritable, AdapterWithObjectWritable, KEYOUT, VALUEOUT>.Context) - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNMapReduce.NNReducer
-
- setup(PropertyManagement, Class<?>, Configuration) - Method in class mil.nga.giat.geowave.analytic.mapreduce.nn.NNMapReduce.PassthruPartitioner
-
- setup(PropertyManagement, Configuration) - Method in class mil.nga.giat.geowave.analytic.mapreduce.SequenceFileInputFormatConfiguration
-
- setup(PropertyManagement, Configuration) - Method in class mil.nga.giat.geowave.analytic.mapreduce.SequenceFileOutputFormatConfiguration
-
- setup(PropertyManagement, Configuration) - Method in interface mil.nga.giat.geowave.analytic.param.FormatConfiguration
-
- setup(PropertyManagement, Class<?>, Configuration) - Method in class mil.nga.giat.geowave.analytic.partitioner.AbstractPartitioner
-
- setup(PropertyManagement, Class<?>, Configuration) - Method in class mil.nga.giat.geowave.analytic.partitioner.AdapterBasedPartitioner
-
- setup(PropertyManagement, Class<?>, Configuration) - Method in class mil.nga.giat.geowave.analytic.partitioner.OrthodromicDistancePartitioner
-
- setup(PropertyManagement, Class<?>, Configuration) - Method in interface mil.nga.giat.geowave.analytic.partitioner.Partitioner
-
- setup(PropertyManagement, Class<?>, Configuration) - Method in interface mil.nga.giat.geowave.analytic.Projection
-
- setup(PropertyManagement, Class<?>, Configuration) - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureProjection
-
- setup(Mapper<Key, Value, GeoWaveOutputKey, Object>.Context) - Method in class mil.nga.giat.geowave.cli.osm.mapreduce.Convert.OSMConversionMapper
-
- setup(Mapper<AvroKey<T>, NullWritable, Text, Mutation>.Context) - Method in class mil.nga.giat.geowave.cli.osm.mapreduce.Ingest.OSMMapperBase
-
- setup(Mapper.Context) - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.IngestMapper
-
- setup(Reducer<WritableComparable<?>, Writable, GeoWaveOutputKey, Object>.Context) - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.IngestReducer
-
- setup(Mapper.Context) - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.IntermediateKeyValueMapper
-
- setup(Mapper<GeoWaveInputKey, ObjectWritable, GeoWaveInputKey, ObjectWritable>.Context) - Method in class mil.nga.giat.geowave.mapreduce.GeoWaveMapper
-
- setup(Reducer<GeoWaveInputKey, ObjectWritable, GeoWaveInputKey, ObjectWritable>.Context) - Method in class mil.nga.giat.geowave.mapreduce.GeoWaveReducer
-
- setup(Mapper<GeoWaveInputKey, ObjectWritable, KEYOUT, VALUEOUT>.Context) - Method in class mil.nga.giat.geowave.mapreduce.GeoWaveWritableInputMapper
-
- setup(Reducer<GeoWaveInputKey, ObjectWritable, KEYOUT, VALUEOUT>.Context) - Method in class mil.nga.giat.geowave.mapreduce.GeoWaveWritableInputReducer
-
- setup(Mapper<KEYIN, VALUEIN, GeoWaveInputKey, ObjectWritable>.Context) - Method in class mil.nga.giat.geowave.mapreduce.GeoWaveWritableOutputMapper
-
- setup(Reducer<KEYIN, VALUEIN, GeoWaveInputKey, ObjectWritable>.Context) - Method in class mil.nga.giat.geowave.mapreduce.GeoWaveWritableOutputReducer
-
- setup() - Method in class mil.nga.giat.geowave.test.AccumuloStoreTestEnvironment
-
- setup() - Method in class mil.nga.giat.geowave.test.GeoWaveITRunner
-
- setup() - Method in class mil.nga.giat.geowave.test.HBaseStoreTestEnvironment
-
- setup() - Method in class mil.nga.giat.geowave.test.kafka.KafkaTestEnvironment
-
- setup() - Method in class mil.nga.giat.geowave.test.mapreduce.MapReduceTestEnvironment
-
- setup() - Method in class mil.nga.giat.geowave.test.service.ServicesTestEnvironment
-
- setup() - Method in interface mil.nga.giat.geowave.test.TestEnvironment
-
- setup() - Method in class mil.nga.giat.geowave.test.ZookeeperTestEnvironment
-
- setupEntriesPerLevel(Job, Configuration) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonStatsJobRunner
-
- setupEntriesPerLevel(Job, Configuration) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDEJobRunner
-
- setupJob2Output(Configuration, Job, String, String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.compare.ComparisonStatsJobRunner
-
- setupJob2Output(Configuration, Job, String, String) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kde.KDEJobRunner
-
- setupMapper(Job) - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.AbstractMapReduceIngest
-
- setupMapper(Job) - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.IngestWithMapperJobRunner
-
- setupMapper(Job) - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.IngestWithReducerJobRunner
-
- setUpperBoundPerPartition(int) - Method in class mil.nga.giat.geowave.analytic.nn.NNProcessor
-
- setupReducer(Job) - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.AbstractMapReduceIngest
-
- setupReducer(Job) - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.IngestWithMapperJobRunner
-
- setupReducer(Job) - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.IngestWithReducerJobRunner
-
- setUrl(String) - Method in class mil.nga.giat.geowave.cli.geoserver.ConfigGeoServerCommand
-
- setUrl(String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerConfig
-
- setUseAltIndex(boolean) - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloOptions
-
- setUseAltIndex(boolean) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseOptions
-
- setUseCachedScenes(boolean) - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8BasicCommandLineOptions
-
- setUseLocalityGroups(boolean) - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloOptions
-
- setUseLocalityGroups(boolean) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseOptions
-
- setUser(String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerConfig
-
- setUser(String) - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloRequiredOptions
-
- setUser(String) - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Sets the value of the 'user' field
- setUser(String) - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Sets the value of the 'user' field.
- setUserId(Long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Sets the value of the 'user_id' field
- setUserId(Long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Sets the value of the 'user_id' field.
- setUserId(Long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Sets the value of the 'user_id' field
- setUserId(Long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
Sets the value of the 'user_id' field.
- setUserid(Long) - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Sets the value of the 'userid' field
- setUserid(Long) - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Sets the value of the 'userid' field.
- setUserId(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- setUserName(String) - Method in class mil.nga.giat.geowave.adapter.vector.auth.AuthorizationEntry
-
- setUserName(String) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset.Builder
-
Sets the value of the 'user_name' field
- setUserName(String) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Changeset
-
Sets the value of the 'user_name' field.
- setUserName(String) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Sets the value of the 'user_name' field
- setUserName(String) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
Sets the value of the 'user_name' field.
- setUuid(UUID) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.LineageRelation
-
- setUuid(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.Track
-
Sets the UUID of the track
- setUuid(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEvent
-
- setUuid(UUID) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackItem
-
- setUuid(UUID) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackMessage
-
- setUuid(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
- setUuid(UUID) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRun
-
- setValidate(boolean) - Method in class mil.nga.giat.geowave.core.cli.parser.CommandLineOperationParams
-
- setValidate(boolean) - Method in class mil.nga.giat.geowave.core.cli.prefix.PrefixedJCommander
-
- setValue(AttributeValues) - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeature.Builder
-
Sets the value of the 'value' field
- setValue(AttributeValues) - Method in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeature
-
Sets the value of the 'value' field.
- setValue(Object) - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- setValue(Collection<Property>) - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- setValue(Configuration, Class<?>, Object) - Method in class mil.nga.giat.geowave.analytic.param.BasicParameterHelper
-
- setValue(PropertyManagement, Object) - Method in class mil.nga.giat.geowave.analytic.param.BasicParameterHelper
-
- setValue(Configuration, Class<?>, PersistableStore) - Method in class mil.nga.giat.geowave.analytic.param.InputStoreParameterHelper
-
- setValue(PropertyManagement, PersistableStore) - Method in class mil.nga.giat.geowave.analytic.param.InputStoreParameterHelper
-
- setValue(Configuration, Class<?>, PersistableStore) - Method in class mil.nga.giat.geowave.analytic.param.OutputStoreParameterHelper
-
- setValue(PropertyManagement, PersistableStore) - Method in class mil.nga.giat.geowave.analytic.param.OutputStoreParameterHelper
-
- setValue(PropertyManagement, T) - Method in interface mil.nga.giat.geowave.analytic.param.ParameterHelper
-
- setValue(Configuration, Class<?>, T) - Method in interface mil.nga.giat.geowave.analytic.param.ParameterHelper
-
- setValue(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponse.Builder
-
required bytes value = 1;
- setValue(ByteString) - Method in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponse.Builder
-
required bytes value = 1;
- setValue(String) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackRunParameter
-
- setValue(GeoWaveTestStore.GeoWaveStoreType[]) - Method in class mil.nga.giat.geowave.test.annotation.GeoWaveTestStoreImpl
-
- setValueConfidence(Integer) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.ClassificationCredibility
-
- setValueConfidence(int) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
- setValues(List<ByteBuffer>) - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues.Builder
-
Sets the value of the 'values' field
- setValues(List<ByteBuffer>) - Method in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues
-
Sets the value of the 'values' field.
- setVector(Vector3d) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Copy the ECF vector
- setVelocityX(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
- setVelocityY(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
- setVelocityZ(Double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
- setVerifyCoprocessors(boolean) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseOptions
-
- setVersion(long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Sets the value of the 'version' field
- setVersion(Long) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
Sets the value of the 'version' field.
- setVisibility(byte[]) - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.GeometryWrapper
-
- setVisibility(byte[]) - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.Time.TimeRange
-
- setVisibility(byte[]) - Method in class mil.nga.giat.geowave.core.geotime.store.dimension.Time.Timestamp
-
- setVisibility(byte[]) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.AbstractDataStatistics
-
- setVisibility(byte[]) - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.DataStatistics
-
- setVisibility(byte[]) - Method in class mil.nga.giat.geowave.core.store.dimension.ArrayWrapper
-
- setVisibility(byte[]) - Method in interface mil.nga.giat.geowave.core.store.index.CommonIndexValue
-
- setVisibility(String) - Method in class mil.nga.giat.geowave.core.store.operations.remote.options.VisibilityOptions
-
- setVisibility(String) - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack.Builder
-
Sets the value of the 'visibility' field
- setVisibility(String) - Method in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Sets the value of the 'visibility' field.
- setVisible(boolean) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive.Builder
-
Sets the value of the 'visible' field
- setVisible(Boolean) - Method in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
Sets the value of the 'visible' field.
- setWmsInterpolationOrdinal(int) - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderOptions
-
- setWorkspace(String) - Method in class mil.nga.giat.geowave.cli.geoserver.ConfigGeoServerCommand
-
- setWorkspace(String) - Method in class mil.nga.giat.geowave.cli.geoserver.GeoServerConfig
-
- setWorkspaceDir(String) - Method in class mil.nga.giat.geowave.format.landsat8.Landsat8BasicCommandLineOptions
-
- setX(double) - Method in class mil.nga.giat.geowave.analytic.GeoObjectDimensionValues
-
- setXAxisSwitch(boolean) - Method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterReaderState
-
- setY(double) - Method in class mil.nga.giat.geowave.analytic.GeoObjectDimensionValues
-
- setZ(double) - Method in class mil.nga.giat.geowave.analytic.GeoObjectDimensionValues
-
- setZookeeper(String) - Method in class mil.nga.giat.geowave.datastore.accumulo.operations.config.AccumuloRequiredOptions
-
- setZookeeper(String) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseRequiredOptions
-
- setZookeeperConnect(String) - Method in class mil.nga.giat.geowave.core.ingest.kafka.KafkaConsumerCommandLineOptions
-
- setZoomLevel(int) - Method in interface mil.nga.giat.geowave.analytic.AnalyticItemWrapper
-
- setZoomLevel(int) - Method in class mil.nga.giat.geowave.analytic.clustering.CentroidItemWrapperFactory.CentroidItemWrapper
-
- setZoomLevel(int) - Method in class mil.nga.giat.geowave.analytic.clustering.LongCentroid
-
- setZoomLevel(Configuration, Class<?>, int) - Static method in class mil.nga.giat.geowave.analytic.clustering.NestedGroupCentroidAssignment
-
Override zoomLevel from parameters
- setZoomLevel(int) - Method in interface mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.ClusteringRunner
-
- setZoomLevel(int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.ConvexHullJobRunner
-
- setZoomLevel(int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.clustering.runner.GroupAssigmentJobRunner
-
- setZoomLevel(int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanIterationsJobRunner
-
- setZoomLevel(int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansJumpJobRunner
-
- setZoomLevel(int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansParallelJobRunner
-
- setZoomLevel(int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KMeansSingleSampleJobRunner
-
- setZoomLevel(int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.KSamplerJobRunner
-
- setZoomLevel(int) - Method in class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.SampleMultipleSetsJobRunner
-
- setZoomLevel(int) - Method in class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper
-
- SFCDimensionDefinition - Class in mil.nga.giat.geowave.core.index.sfc
-
This class wraps a dimension definition with a cardinality (bits of
precision) on a space filling curve
- SFCDimensionDefinition() - Constructor for class mil.nga.giat.geowave.core.index.sfc.SFCDimensionDefinition
-
- SFCDimensionDefinition(NumericDimensionDefinition, int) - Constructor for class mil.nga.giat.geowave.core.index.sfc.SFCDimensionDefinition
-
- SFCFactory - Class in mil.nga.giat.geowave.core.index.sfc
-
Factory used to generate an instance of a known space filling curve type
- SFCFactory() - Constructor for class mil.nga.giat.geowave.core.index.sfc.SFCFactory
-
- SFCFactory.SFCType - Enum in mil.nga.giat.geowave.core.index.sfc
-
Implemented and registered Space Filling curve types
- SHAPE_ATTRIBUTE_NAME - Static variable in class mil.nga.giat.geowave.format.landsat8.SceneFeatureIterator
-
- ShapefileTool - Class in mil.nga.giat.geowave.analytic
-
- ShapefileTool() - Constructor for class mil.nga.giat.geowave.analytic.ShapefileTool
-
- SHORT - Static variable in class mil.nga.giat.geowave.core.index.lexicoder.Lexicoders
-
- ShortArraySerializationProvider - Class in mil.nga.giat.geowave.core.store.data.field.base
-
- ShortArraySerializationProvider() - Constructor for class mil.nga.giat.geowave.core.store.data.field.base.ShortArraySerializationProvider
-
- ShortLexicoder - Class in mil.nga.giat.geowave.core.index.lexicoder
-
A lexicoder for signed integers (in the range from Short.MIN_VALUE to
Short.MAX_VALUE).
- ShortLexicoder() - Constructor for class mil.nga.giat.geowave.core.index.lexicoder.ShortLexicoder
-
- ShortReader() - Constructor for class mil.nga.giat.geowave.core.store.data.field.base.ShortSerializationProvider.ShortReader
-
- ShortSerializationProvider - Class in mil.nga.giat.geowave.core.store.data.field.base
-
- ShortSerializationProvider() - Constructor for class mil.nga.giat.geowave.core.store.data.field.base.ShortSerializationProvider
-
- ShortSerializationProvider.ShortReader - Class in mil.nga.giat.geowave.core.store.data.field.base
-
- ShortSerializationProvider.ShortWriter - Class in mil.nga.giat.geowave.core.store.data.field.base
-
- ShortWriter() - Constructor for class mil.nga.giat.geowave.core.store.data.field.base.ShortSerializationProvider.ShortWriter
-
- sign(double) - Method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
return the sign of the argument
- SIMPLE_FEATURE_CONFIG_FILE_PROP - Static variable in class mil.nga.giat.geowave.adapter.vector.utils.SimpleFeatureUserDataConfigurationSet
-
- SimpleAbstractMergeStrategy<T extends Persistable> - Class in mil.nga.giat.geowave.adapter.raster.adapter.merge
-
- SimpleAbstractMergeStrategy() - Constructor for class mil.nga.giat.geowave.adapter.raster.adapter.merge.SimpleAbstractMergeStrategy
-
- SimpleFeatureAnalyticItemWrapper(SimpleFeature) - Constructor for class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper
-
- SimpleFeatureCentroidExtractor - Class in mil.nga.giat.geowave.analytic.extract
-
Extract a set of points representing critical points for a simple feature
that me be representative or compared to centroids.
- SimpleFeatureCentroidExtractor() - Constructor for class mil.nga.giat.geowave.analytic.extract.SimpleFeatureCentroidExtractor
-
- simpleFeatureCollection - Variable in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeatureCollection
-
Deprecated.
- SimpleFeatureGenerator - Class in mil.nga.giat.geowave.cli.osm.mapreduce.Convert
-
- SimpleFeatureGenerator() - Constructor for class mil.nga.giat.geowave.cli.osm.mapreduce.Convert.SimpleFeatureGenerator
-
- SimpleFeatureGenerator.OSMType - Enum in mil.nga.giat.geowave.cli.osm.mapreduce.Convert
-
- SimpleFeatureGenerator.OSMUnion - Class in mil.nga.giat.geowave.cli.osm.mapreduce.Convert
-
- SimpleFeatureGenerator.RelationSet - Class in mil.nga.giat.geowave.cli.osm.mapreduce.Convert
-
- SimpleFeatureGeometryExtractor - Class in mil.nga.giat.geowave.analytic.extract
-
Extract a Geometry from a Simple Feature.
- SimpleFeatureGeometryExtractor() - Constructor for class mil.nga.giat.geowave.analytic.extract.SimpleFeatureGeometryExtractor
-
- SimpleFeatureGeoWaveWrapper - Class in mil.nga.giat.geowave.format.geotools.vector
-
This is a wrapper for a GeoTools SimpleFeatureCollection as a convenience to
ingest it into GeoWave by translating a list of SimpleFeatureCollection to a
closeable iterator of GeoWaveData
- SimpleFeatureGeoWaveWrapper(List<SimpleFeatureCollection>, Collection<ByteArrayId>, String, DataStore, RetypingVectorDataPlugin, Filter) - Constructor for class mil.nga.giat.geowave.format.geotools.vector.SimpleFeatureGeoWaveWrapper
-
- SimpleFeatureIngestOptions - Class in mil.nga.giat.geowave.adapter.vector.ingest
-
This class is a holder class for options used in AbstractSimpleFeatureIngest.
- SimpleFeatureIngestOptions() - Constructor for class mil.nga.giat.geowave.adapter.vector.ingest.SimpleFeatureIngestOptions
-
- SimpleFeatureInteriorPointExtractor - Class in mil.nga.giat.geowave.analytic.extract
-
Extract a set of points representing critical points for a simple feature
that me be representative or compared to centroids.
- SimpleFeatureInteriorPointExtractor() - Constructor for class mil.nga.giat.geowave.analytic.extract.SimpleFeatureInteriorPointExtractor
-
- SimpleFeatureItemWrapperFactory - Class in mil.nga.giat.geowave.analytic
-
- SimpleFeatureItemWrapperFactory() - Constructor for class mil.nga.giat.geowave.analytic.SimpleFeatureItemWrapperFactory
-
- SimpleFeatureItemWrapperFactory.SimpleFeatureAnalyticItemWrapper - Class in mil.nga.giat.geowave.analytic
-
- SimpleFeatureOutputReducer - Class in mil.nga.giat.geowave.analytic.mapreduce.clustering
-
Remove duplicate input objects and write out as a simple feature with
geometry projected onto CRS EPSG:4326.
- SimpleFeatureOutputReducer() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.clustering.SimpleFeatureOutputReducer
-
- SimpleFeaturePrimaryIndexConfiguration - Class in mil.nga.giat.geowave.adapter.vector.index
-
- SimpleFeaturePrimaryIndexConfiguration() - Constructor for class mil.nga.giat.geowave.adapter.vector.index.SimpleFeaturePrimaryIndexConfiguration
-
- SimpleFeaturePrimaryIndexConfiguration(SimpleFeatureType) - Constructor for class mil.nga.giat.geowave.adapter.vector.index.SimpleFeaturePrimaryIndexConfiguration
-
- SimpleFeatureProjection - Class in mil.nga.giat.geowave.analytic
-
Assumes two-dimensional simple feature without time dimensions.
- SimpleFeatureProjection() - Constructor for class mil.nga.giat.geowave.analytic.SimpleFeatureProjection
-
- SimpleFeatureSecondaryIndexConfiguration - Interface in mil.nga.giat.geowave.adapter.vector.index
-
- SimpleFeatureSerializationProvider - Class in mil.nga.giat.geowave.adapter.vector.field
-
- SimpleFeatureSerializationProvider() - Constructor for class mil.nga.giat.geowave.adapter.vector.field.SimpleFeatureSerializationProvider
-
- SimpleFeatureSerializationProvider.WholeFeatureReader - Class in mil.nga.giat.geowave.adapter.vector.field
-
- SimpleFeatureSerializationProvider.WholeFeatureWriter - Class in mil.nga.giat.geowave.adapter.vector.field
-
- SimpleFeatureStatsConfigurationCollection() - Constructor for class mil.nga.giat.geowave.adapter.vector.stats.StatsConfigurationCollection.SimpleFeatureStatsConfigurationCollection
-
- SimpleFeatureStatsConfigurationCollection(SimpleFeatureType) - Constructor for class mil.nga.giat.geowave.adapter.vector.stats.StatsConfigurationCollection.SimpleFeatureStatsConfigurationCollection
-
- SimpleFeatureToAccumuloKeyValueMapper - Class in mil.nga.giat.geowave.examples.ingest.bulk
-
- SimpleFeatureToAccumuloKeyValueMapper() - Constructor for class mil.nga.giat.geowave.examples.ingest.bulk.SimpleFeatureToAccumuloKeyValueMapper
-
- SimpleFeatureToClusterItemConverter(Projection<SimpleFeature>) - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanMapReduce.SimpleFeatureToClusterItemConverter
-
- SimpleFeatureUserDataConfiguration - Interface in mil.nga.giat.geowave.adapter.vector.utils
-
A type of configuration data associated with attributes of a simple features
such as statistics, indexing constraints, etc.
- SimpleFeatureUserDataConfigurationSet - Class in mil.nga.giat.geowave.adapter.vector.utils
-
Represents a set of configurations maintained within the user data of a
simple feature type.
- SimpleFeatureUserDataConfigurationSet() - Constructor for class mil.nga.giat.geowave.adapter.vector.utils.SimpleFeatureUserDataConfigurationSet
-
- SimpleFeatureUserDataConfigurationSet(SimpleFeatureType, List<SimpleFeatureUserDataConfiguration>) - Constructor for class mil.nga.giat.geowave.adapter.vector.utils.SimpleFeatureUserDataConfigurationSet
-
- SimpleFeatureUserDataConfigurationSet(SimpleFeatureType) - Constructor for class mil.nga.giat.geowave.adapter.vector.utils.SimpleFeatureUserDataConfigurationSet
-
- SimpleFeatureWrapper - Class in mil.nga.giat.geowave.adapter.vector.util
-
- SimpleFeatureWrapper(SimpleFeature, ByteArrayId, int) - Constructor for class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- SimpleIngest - Class in mil.nga.giat.geowave.examples.ingest
-
- SimpleIngest() - Constructor for class mil.nga.giat.geowave.examples.ingest.SimpleIngest
-
- SimpleIngestIndexWriter - Class in mil.nga.giat.geowave.examples.ingest
-
- SimpleIngestIndexWriter() - Constructor for class mil.nga.giat.geowave.examples.ingest.SimpleIngestIndexWriter
-
- SimpleIngestProducerConsumer - Class in mil.nga.giat.geowave.examples.ingest
-
- SimpleIngestProducerConsumer() - Constructor for class mil.nga.giat.geowave.examples.ingest.SimpleIngestProducerConsumer
-
- SimpleIngestProducerConsumer.FeatureCollection - Class in mil.nga.giat.geowave.examples.ingest
-
- SimpleIntegerIndexStrategy - Class in mil.nga.giat.geowave.core.index.simple
-
A simple 1-dimensional NumericIndexStrategy that represents an index of
signed integer values.
- SimpleIntegerIndexStrategy() - Constructor for class mil.nga.giat.geowave.core.index.simple.SimpleIntegerIndexStrategy
-
- SimpleLongIndexStrategy - Class in mil.nga.giat.geowave.core.index.simple
-
A simple 1-dimensional NumericIndexStrategy that represents an index of
signed long values.
- SimpleLongIndexStrategy() - Constructor for class mil.nga.giat.geowave.core.index.simple.SimpleLongIndexStrategy
-
- SimpleNumericIndexStrategy<T extends Number> - Class in mil.nga.giat.geowave.core.index.simple
-
A simple 1-dimensional NumericIndexStrategy that represents an index of
signed integer values (currently supports 16 bit, 32 bit, and 64 bit
integers).
- SimpleNumericIndexStrategy(NumberLexicoder<T>) - Constructor for class mil.nga.giat.geowave.core.index.simple.SimpleNumericIndexStrategy
-
- SimpleShortIndexStrategy - Class in mil.nga.giat.geowave.core.index.simple
-
A simple 1-dimensional NumericIndexStrategy that represents an index of
signed short values.
- SimpleShortIndexStrategy() - Constructor for class mil.nga.giat.geowave.core.index.simple.SimpleShortIndexStrategy
-
- SimulationIndicator - Enum in mil.nga.giat.geowave.format.stanag4676.parser.model
-
Enumeration an indication of whether reported information is real, simulated,
or synthesized.
- SingleEntryFilter - Class in mil.nga.giat.geowave.datastore.hbase.query
-
This is a Filter which will run on Tablet Server during Scan.
- SingleEntryFilter(byte[], byte[]) - Constructor for class mil.nga.giat.geowave.datastore.hbase.query.SingleEntryFilter
-
- SingleEntryFilterIterator - Class in mil.nga.giat.geowave.datastore.accumulo.query
-
- SingleEntryFilterIterator() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.query.SingleEntryFilterIterator
-
- SingleItemClusterList - Class in mil.nga.giat.geowave.analytic.mapreduce.dbscan
-
Maintains a single hull around a set of points.
- SingleItemClusterList(ByteArrayId, ClusterItem, NeighborListFactory<ClusterItem>, Map<ByteArrayId, Cluster>) - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.dbscan.SingleItemClusterList
-
- SingleItemClusterList.SingleItemClusterListFactory - Class in mil.nga.giat.geowave.analytic.mapreduce.dbscan
-
- SingleItemClusterListFactory(Map<ByteArrayId, Cluster>) - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.dbscan.SingleItemClusterList.SingleItemClusterListFactory
-
- SingleTierSubStrategy - Class in mil.nga.giat.geowave.core.index.sfc.tiered
-
This class wraps a single SpaceFillingCurve implementation with a tiered
approach to indexing (an SFC with a tier ID).
- SingleTierSubStrategy() - Constructor for class mil.nga.giat.geowave.core.index.sfc.tiered.SingleTierSubStrategy
-
- SingleTierSubStrategy(SpaceFillingCurve, NumericDimensionDefinition[], byte) - Constructor for class mil.nga.giat.geowave.core.index.sfc.tiered.SingleTierSubStrategy
-
- singleValue - Variable in class mil.nga.giat.geowave.core.index.ByteArrayRange
-
- size() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.ClusterNeighborList
-
- size() - Method in class mil.nga.giat.geowave.analytic.mapreduce.dbscan.DBScanClusterList
-
- size() - Method in class mil.nga.giat.geowave.analytic.nn.DefaultNeighborList
-
- size() - Method in interface mil.nga.giat.geowave.analytic.nn.NeighborList
-
- size() - Method in class mil.nga.giat.geowave.analytic.nn.NNProcessor
-
- size() - Method in class mil.nga.giat.geowave.analytic.nn.NullList
-
- SIZE_ATTRIBUTE_NAME - Static variable in class mil.nga.giat.geowave.format.landsat8.BandFeatureIterator
-
- SkeletonKey(Key) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.util.IteratorUtils.SkeletonKey
-
- skip(long) - Method in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.ByteBufferBackedInputStream
-
- skipFlush - Variable in class mil.nga.giat.geowave.core.store.adapter.statistics.StatsCompositionTool
-
- SMperKM - Static variable in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
- SMperKM - Static variable in class mil.nga.giat.geowave.format.stanag4676.parser.util.Length
-
- SMToKM(double) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.util.EarthVector
-
Convert statute miles to kilometers
- SO_LINGER_TIME - Static variable in class mil.nga.giat.geowave.test.service.ServicesTestEnvironment
-
- source - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
the source(s) used to determine/estimate the classification
- SOURCE_URL_ATTRIBUTE - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- SOURCE_URL_COLUMN_ID - Static variable in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- sourceModality - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
Information about the modality from which a track is computed.
- sourceReliability - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
A measure of reliability of the source used to determine/estimate the
identity
- SourceThresholdFixMosaicDescriptor - Class in mil.nga.giat.geowave.adapter.raster.adapter
-
this is a workaround because GeoTools resampling will force the source
threshold to be 1.0 on Mosaic operations, which will mask all values under
1.0.
- SourceThresholdFixMosaicDescriptor() - Constructor for class mil.nga.giat.geowave.adapter.raster.adapter.SourceThresholdFixMosaicDescriptor
-
- SourceThresholdMosaicDescriptor - Class in mil.nga.giat.geowave.adapter.raster.adapter
-
- SourceThresholdMosaicDescriptor() - Constructor for class mil.nga.giat.geowave.adapter.raster.adapter.SourceThresholdMosaicDescriptor
-
- SpaceFillingCurve - Interface in mil.nga.giat.geowave.core.index.sfc
-
Base class which defines common methods for any space filling curve.
- SPATIAL_DIMENSIONS - Static variable in class mil.nga.giat.geowave.core.geotime.ingest.SpatialDimensionalityTypeProvider
-
- SPATIAL_FIELDS - Static variable in class mil.nga.giat.geowave.core.geotime.ingest.SpatialDimensionalityTypeProvider
-
- SPATIAL_TEMPORAL_FIELDS - Static variable in class mil.nga.giat.geowave.core.geotime.ingest.SpatialDimensionalityTypeProvider
-
- SpatialArrayField - Class in mil.nga.giat.geowave.core.geotime.store.dimension
-
- SpatialArrayField(NumericDimensionField<GeometryWrapper>) - Constructor for class mil.nga.giat.geowave.core.geotime.store.dimension.SpatialArrayField
-
- SpatialArrayField() - Constructor for class mil.nga.giat.geowave.core.geotime.store.dimension.SpatialArrayField
-
- SpatialDimensionalityTypeProvider - Class in mil.nga.giat.geowave.core.geotime.ingest
-
- SpatialDimensionalityTypeProvider() - Constructor for class mil.nga.giat.geowave.core.geotime.ingest.SpatialDimensionalityTypeProvider
-
- SpatialDimensionalityTypeProvider.SpatialIndexBuilder - Class in mil.nga.giat.geowave.core.geotime.ingest
-
- SpatialField - Class in mil.nga.giat.geowave.core.geotime.store.dimension
-
A base class for EPSG:4326 latitude/longitude fields that use JTS geometry
- SpatialField() - Constructor for class mil.nga.giat.geowave.core.geotime.store.dimension.SpatialField
-
- SpatialField(NumericDimensionDefinition) - Constructor for class mil.nga.giat.geowave.core.geotime.store.dimension.SpatialField
-
- SpatialField(NumericDimensionDefinition, ByteArrayId) - Constructor for class mil.nga.giat.geowave.core.geotime.store.dimension.SpatialField
-
- SpatialIndexBuilder() - Constructor for class mil.nga.giat.geowave.core.geotime.ingest.SpatialDimensionalityTypeProvider.SpatialIndexBuilder
-
- SpatialIndexModelBuilder - Class in mil.nga.giat.geowave.analytic.model
-
Builds an index model with longitude and latitude.
- SpatialIndexModelBuilder() - Constructor for class mil.nga.giat.geowave.analytic.model.SpatialIndexModelBuilder
-
- SpatialQuery - Class in mil.nga.giat.geowave.core.geotime.store.query
-
The Spatial Query class represents a query in two dimensions.
- SpatialQuery(Geometry) - Constructor for class mil.nga.giat.geowave.core.geotime.store.query.SpatialQuery
-
Convenience constructor used to construct a SpatialQuery object that has
an X and Y dimension (axis).
- SpatialQuery(BasicQuery.Constraints, Geometry) - Constructor for class mil.nga.giat.geowave.core.geotime.store.query.SpatialQuery
-
- SpatialQuery(Geometry, Map<ByteArrayId, FilterableConstraints>) - Constructor for class mil.nga.giat.geowave.core.geotime.store.query.SpatialQuery
-
- SpatialQuery(Geometry, SpatialQueryFilter.CompareOperation) - Constructor for class mil.nga.giat.geowave.core.geotime.store.query.SpatialQuery
-
Convenience constructor used to construct a SpatialQuery object that has
an X and Y dimension (axis).
- SpatialQuery(BasicQuery.Constraints, Geometry, SpatialQueryFilter.CompareOperation) - Constructor for class mil.nga.giat.geowave.core.geotime.store.query.SpatialQuery
-
Convenience constructor used to construct a SpatialQuery object that has
an X and Y dimension (axis).
- SpatialQuery() - Constructor for class mil.nga.giat.geowave.core.geotime.store.query.SpatialQuery
-
- SpatialQueryExample - Class in mil.nga.giat.geowave.examples.query
-
This class is intended to provide a few examples on running Geowave queries
of different types: 1- Querying by polygon a set of points.
- SpatialQueryExample() - Constructor for class mil.nga.giat.geowave.examples.query.SpatialQueryExample
-
- SpatialQueryFilter - Class in mil.nga.giat.geowave.core.geotime.store.filter
-
This filter can perform fine-grained acceptance testing (intersection test
with a query geometry) with JTS geometry
- SpatialQueryFilter() - Constructor for class mil.nga.giat.geowave.core.geotime.store.filter.SpatialQueryFilter
-
- SpatialQueryFilter(MultiDimensionalNumericData, NumericDimensionField<?>[], NumericDimensionField<?>[], Geometry, SpatialQueryFilter.CompareOperation) - Constructor for class mil.nga.giat.geowave.core.geotime.store.filter.SpatialQueryFilter
-
- SpatialQueryFilter.CompareOperation - Enum in mil.nga.giat.geowave.core.geotime.store.filter
-
- SpatialQueryFilter.GeometryImage - Class in mil.nga.giat.geowave.core.geotime.store.filter
-
This class is used for interning a PreparedGeometry.
- SpatialQueryFilter.SpatialQueryCompareOp - Interface in mil.nga.giat.geowave.core.geotime.store.filter
-
- SpatialTemporalDimensionalityTypeProvider - Class in mil.nga.giat.geowave.core.geotime.ingest
-
- SpatialTemporalDimensionalityTypeProvider() - Constructor for class mil.nga.giat.geowave.core.geotime.ingest.SpatialTemporalDimensionalityTypeProvider
-
- SpatialTemporalDimensionalityTypeProvider.Bias - Enum in mil.nga.giat.geowave.core.geotime.ingest
-
- SpatialTemporalDimensionalityTypeProvider.BiasConverter - Class in mil.nga.giat.geowave.core.geotime.ingest
-
- SpatialTemporalDimensionalityTypeProvider.SpatialTemporalIndexBuilder - Class in mil.nga.giat.geowave.core.geotime.ingest
-
- SpatialTemporalDimensionalityTypeProvider.UnitConverter - Class in mil.nga.giat.geowave.core.geotime.ingest
-
- SpatialTemporalIndexBuilder() - Constructor for class mil.nga.giat.geowave.core.geotime.ingest.SpatialTemporalDimensionalityTypeProvider.SpatialTemporalIndexBuilder
-
- SpatialTemporalQuery - Class in mil.nga.giat.geowave.core.geotime.store.query
-
The Spatial Temporal Query class represents a query in three dimensions.
- SpatialTemporalQuery() - Constructor for class mil.nga.giat.geowave.core.geotime.store.query.SpatialTemporalQuery
-
- SpatialTemporalQuery(Date, Date, Geometry) - Constructor for class mil.nga.giat.geowave.core.geotime.store.query.SpatialTemporalQuery
-
- SpatialTemporalQuery(TemporalConstraints, Geometry) - Constructor for class mil.nga.giat.geowave.core.geotime.store.query.SpatialTemporalQuery
-
- SpatialTemporalQuery(Date, Date, Geometry, SpatialQueryFilter.CompareOperation) - Constructor for class mil.nga.giat.geowave.core.geotime.store.query.SpatialTemporalQuery
-
If more then on polygon is supplied in the geometry, then the range of
time is partnered with each polygon constraint.
- SpatialTemporalQuery(TemporalConstraints, Geometry, SpatialQueryFilter.CompareOperation) - Constructor for class mil.nga.giat.geowave.core.geotime.store.query.SpatialTemporalQuery
-
Applies the set of temporal constraints to the boundaries of the provided
polygon.
- speed - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPoint
-
The speed of an object being tracked, expressed in meters per second
(m/s).
- Speed - Variable in class mil.nga.giat.geowave.format.stanag4676.Stanag4676EventWritable
-
- SPIServiceRegistry - Class in mil.nga.giat.geowave.core.store.spi
-
Compensate for VFSClassloader's failure to discovery SPI registered classes
(used by JBOSS and Accumulo).
- SPIServiceRegistry(Class<?>) - Constructor for class mil.nga.giat.geowave.core.store.spi.SPIServiceRegistry
-
- SPIServiceRegistry(Iterator<Class<?>>) - Constructor for class mil.nga.giat.geowave.core.store.spi.SPIServiceRegistry
-
- split - Variable in class mil.nga.giat.geowave.mapreduce.splits.GeoWaveRecordReader
-
- split(RowRangeHistogramStatistics<?>, double, double) - Method in class mil.nga.giat.geowave.mapreduce.splits.IntermediateSplitInfo.IndexRangeLocation
-
- SplitCommandLineOptions - Class in mil.nga.giat.geowave.datastore.accumulo.split
-
- SplitCommandLineOptions() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.split.SplitCommandLineOptions
-
- SplitConverter() - Constructor for class mil.nga.giat.geowave.core.ingest.local.LocalInputCommandLineOptions.SplitConverter
-
- SplitEqualIntervalCommand - Class in mil.nga.giat.geowave.datastore.accumulo.operations
-
- SplitEqualIntervalCommand() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.operations.SplitEqualIntervalCommand
-
- SplitNumRecordsCommand - Class in mil.nga.giat.geowave.datastore.accumulo.operations
-
- SplitNumRecordsCommand() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.operations.SplitNumRecordsCommand
-
- splitOptions - Variable in class mil.nga.giat.geowave.datastore.accumulo.operations.AbstractSplitsCommand
-
- SplitQuantileCommand - Class in mil.nga.giat.geowave.datastore.accumulo.operations
-
- SplitQuantileCommand() - Constructor for class mil.nga.giat.geowave.datastore.accumulo.operations.SplitQuantileCommand
-
- SplitsProvider - Class in mil.nga.giat.geowave.mapreduce.splits
-
- SplitsProvider() - Constructor for class mil.nga.giat.geowave.mapreduce.splits.SplitsProvider
-
- StableChangeBreakStrategy() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.StripWeakCentroidsRunner.StableChangeBreakStrategy
-
- stageData(OsmPbfParserOptions) - Method in class mil.nga.giat.geowave.cli.osm.parser.OsmPbfParser
-
- StageKafkaData<T extends org.apache.avro.specific.SpecificRecordBase> - Class in mil.nga.giat.geowave.core.ingest.kafka
-
A class to hold intermediate stage data that must be used throughout the life
of the Kafka stage process.
- StageKafkaData(Properties) - Constructor for class mil.nga.giat.geowave.core.ingest.kafka.StageKafkaData
-
- StageOSMToHDFSCommand - Class in mil.nga.giat.geowave.cli.osm.operations
-
- StageOSMToHDFSCommand() - Constructor for class mil.nga.giat.geowave.cli.osm.operations.StageOSMToHDFSCommand
-
- StageRunData - Class in mil.nga.giat.geowave.core.ingest.hdfs
-
A class to hold intermediate stage data that must be used throughout the life
of the HDFS stage process.
- StageRunData(Path, FileSystem) - Constructor for class mil.nga.giat.geowave.core.ingest.hdfs.StageRunData
-
- StageToHdfsDriver - Class in mil.nga.giat.geowave.core.ingest.hdfs
-
This class actually executes the staging of data to HDFS based on the
available type plugin providers that are discovered through SPI.
- StageToHdfsDriver(Map<String, AvroFormatPlugin<?, ?>>, String, String, LocalInputCommandLineOptions) - Constructor for class mil.nga.giat.geowave.core.ingest.hdfs.StageToHdfsDriver
-
- StageToKafkaDriver<T extends org.apache.avro.specific.SpecificRecordBase> - Class in mil.nga.giat.geowave.core.ingest.kafka
-
This class actually executes the staging of data to a Kafka topic based on
the available type plugin providers that are discovered through SPI.
- StageToKafkaDriver(KafkaProducerCommandLineOptions, Map<String, AvroFormatPlugin<?, ?>>, LocalInputCommandLineOptions) - Constructor for class mil.nga.giat.geowave.core.ingest.kafka.StageToKafkaDriver
-
- Stanag4676EventWritable - Class in mil.nga.giat.geowave.format.stanag4676
-
- Stanag4676EventWritable() - Constructor for class mil.nga.giat.geowave.format.stanag4676.Stanag4676EventWritable
-
- Stanag4676ImageryChipApplication - Class in mil.nga.giat.geowave.types.stanag4676.service
-
- Stanag4676ImageryChipApplication() - Constructor for class mil.nga.giat.geowave.types.stanag4676.service.Stanag4676ImageryChipApplication
-
- Stanag4676ImageryChipService - Class in mil.nga.giat.geowave.types.stanag4676.service.rest
-
- Stanag4676ImageryChipService() - Constructor for class mil.nga.giat.geowave.types.stanag4676.service.rest.Stanag4676ImageryChipService
-
- Stanag4676IngestFormat - Class in mil.nga.giat.geowave.format.stanag4676
-
- Stanag4676IngestFormat() - Constructor for class mil.nga.giat.geowave.format.stanag4676.Stanag4676IngestFormat
-
- Stanag4676IngestPlugin - Class in mil.nga.giat.geowave.format.stanag4676
-
- Stanag4676IngestPlugin() - Constructor for class mil.nga.giat.geowave.format.stanag4676.Stanag4676IngestPlugin
-
- Stanag4676Utils - Class in mil.nga.giat.geowave.format.stanag4676
-
- Stanag4676Utils() - Constructor for class mil.nga.giat.geowave.format.stanag4676.Stanag4676Utils
-
- start - Variable in class mil.nga.giat.geowave.core.index.ByteArrayRange
-
- start - Variable in class mil.nga.giat.geowave.core.store.index.temporal.DateRangeFilter
-
- start - Variable in class mil.nga.giat.geowave.core.store.index.temporal.TemporalQueryConstraint
-
- start - Variable in class mil.nga.giat.geowave.core.store.index.text.TextRangeFilter
-
- start(CoprocessorEnvironment) - Method in class mil.nga.giat.geowave.datastore.hbase.query.AggregationEndpoint
-
- START_END_MARKER - Static variable in class mil.nga.giat.geowave.core.store.index.text.TextIndexStrategy
-
- START_END_MARKER_BYTE - Static variable in class mil.nga.giat.geowave.core.store.index.text.TextIndexStrategy
-
- START_TIME - Static variable in class mil.nga.giat.geowave.core.geotime.store.query.TemporalRange
-
- startingPoint - Variable in class mil.nga.giat.geowave.analytic.nn.NNProcessor
-
Run State
- startsWith(ByteSequence, byte[]) - Static method in class mil.nga.giat.geowave.cli.osm.accumulo.osmschema.Schema
-
- stationId - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackManagement
-
Station ID of the tracker that produced the reported track
- STATISTICS_CF - Static variable in class mil.nga.giat.geowave.datastore.hbase.metadata.HBaseDataStatisticsStore
-
- statisticsId - Variable in class mil.nga.giat.geowave.core.store.adapter.statistics.AbstractDataStatistics
-
- StatisticsProvider<T> - Interface in mil.nga.giat.geowave.core.store.adapter.statistics
-
This interface defines the set of statistics to capture for a specific
adapter.
- statisticsStore - Variable in class mil.nga.giat.geowave.core.store.base.BaseDataStore
-
- STATS_ID - Static variable in class mil.nga.giat.geowave.adapter.raster.stats.HistogramStatistics
-
- STATS_ID - Static variable in class mil.nga.giat.geowave.adapter.raster.stats.OverviewStatistics
-
- STATS_ID - Static variable in class mil.nga.giat.geowave.adapter.raster.stats.RasterFootprintStatistics
-
- STATS_ID - Static variable in class mil.nga.giat.geowave.core.geotime.store.statistics.BoundingBoxDataStatistics
-
- STATS_ID - Static variable in class mil.nga.giat.geowave.core.store.adapter.statistics.CountDataStatistics
-
- STATS_ID - Static variable in class mil.nga.giat.geowave.core.store.adapter.statistics.DuplicateEntryCount
-
- STATS_ID - Static variable in class mil.nga.giat.geowave.core.store.adapter.statistics.MaxDuplicatesStatistics
-
- STATS_ID - Static variable in class mil.nga.giat.geowave.core.store.adapter.statistics.RowRangeDataStatistics
-
- STATS_ID - Static variable in class mil.nga.giat.geowave.core.store.adapter.statistics.RowRangeHistogramStatistics
-
- STATS_ID - Static variable in class mil.nga.giat.geowave.core.store.data.visibility.DifferingFieldVisibilityEntryCount
-
- STATS_ID - Static variable in class mil.nga.giat.geowave.core.store.data.visibility.FieldVisibilityCount
-
- STATS_ID - Static variable in class mil.nga.giat.geowave.core.store.index.IndexMetaDataSet
-
- STATS_TYPE - Static variable in class mil.nga.giat.geowave.adapter.vector.stats.FeatureCountMinSketchStatistics
-
- STATS_TYPE - Static variable in class mil.nga.giat.geowave.adapter.vector.stats.FeatureHyperLogLogStatistics
-
- STATS_TYPE - Static variable in class mil.nga.giat.geowave.adapter.vector.stats.FeatureNumericHistogramStatistics
-
- STATS_TYPE - Static variable in class mil.nga.giat.geowave.adapter.vector.stats.FeatureNumericRangeStatistics
-
- STATS_TYPE - Static variable in class mil.nga.giat.geowave.core.geotime.store.statistics.TimeRangeDataStatistics
-
- STATS_TYPE - Static variable in class mil.nga.giat.geowave.core.store.adapter.statistics.FixedBinNumericStatistics
-
- StatsCommandLineOptions - Class in mil.nga.giat.geowave.core.store.operations.remote.options
-
- StatsCommandLineOptions() - Constructor for class mil.nga.giat.geowave.core.store.operations.remote.options.StatsCommandLineOptions
-
- StatsCompositionTool<T> - Class in mil.nga.giat.geowave.core.store.adapter.statistics
-
This tool does not react to callbacks if the provided statistics store is
null or the provided data adapter does not implement
DataStatisticsStore.
- StatsCompositionTool() - Constructor for class mil.nga.giat.geowave.core.store.adapter.statistics.StatsCompositionTool
-
- StatsCompositionTool(StatisticsProvider<T>) - Constructor for class mil.nga.giat.geowave.core.store.adapter.statistics.StatsCompositionTool
-
- StatsCompositionTool(StatisticsProvider<T>, DataStatisticsStore) - Constructor for class mil.nga.giat.geowave.core.store.adapter.statistics.StatsCompositionTool
-
- StatsConfig<T> - Interface in mil.nga.giat.geowave.adapter.vector.stats
-
- StatsConfigurationCollection - Class in mil.nga.giat.geowave.adapter.vector.stats
-
A collection of statistics configurations targeted to a specific attribute.
- StatsConfigurationCollection() - Constructor for class mil.nga.giat.geowave.adapter.vector.stats.StatsConfigurationCollection
-
- StatsConfigurationCollection(List<StatsConfig<SimpleFeature>>) - Constructor for class mil.nga.giat.geowave.adapter.vector.stats.StatsConfigurationCollection
-
- StatsConfigurationCollection.SimpleFeatureStatsConfigurationCollection - Class in mil.nga.giat.geowave.adapter.vector.stats
-
- StatsManager - Class in mil.nga.giat.geowave.adapter.vector.stats
-
- StatsManager(DataAdapter<SimpleFeature>, SimpleFeatureType) - Constructor for class mil.nga.giat.geowave.adapter.vector.stats.StatsManager
-
- StatsManager(DataAdapter<SimpleFeature>, SimpleFeatureType, SimpleFeatureType, MathTransform) - Constructor for class mil.nga.giat.geowave.adapter.vector.stats.StatsManager
-
- StatsMap - Class in mil.nga.giat.geowave.analytic.kmeans.serial
-
- StatsMap() - Constructor for class mil.nga.giat.geowave.analytic.kmeans.serial.StatsMap
-
- stop(CoprocessorEnvironment) - Method in class mil.nga.giat.geowave.datastore.hbase.query.AggregationEndpoint
-
- stopRenderer() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderAggregation
-
- stopRendering() - Method in class mil.nga.giat.geowave.adapter.vector.render.DistributedRenderMapOutputFormat
-
- store(ParameterEnum<?>, T, PropertyManagement.PropertyConverter<T>) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- store(ParameterEnum<?>, Object) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- store(PrimaryIndex) - Method in class mil.nga.giat.geowave.core.store.base.BaseDataStore
-
- store(DataAdapter<?>) - Method in class mil.nga.giat.geowave.core.store.base.BaseDataStore
-
- store(SecondaryIndex<?>, ByteArrayId, ByteArrayId, List<DataStoreEntryInfo.FieldInfo<?>>) - Method in class mil.nga.giat.geowave.core.store.index.BaseSecondaryIndexDataStore
-
- store(SecondaryIndex<?>, ByteArrayId, ByteArrayId, List<DataStoreEntryInfo.FieldInfo<?>>) - Method in interface mil.nga.giat.geowave.core.store.index.SecondaryIndexDataStore
-
- store(SecondaryIndex<?>, ByteArrayId, ByteArrayId, List<DataStoreEntryInfo.FieldInfo<?>>) - Method in class mil.nga.giat.geowave.core.store.memory.MemorySecondaryIndexDataStore
-
- store - Variable in class mil.nga.giat.geowave.format.landsat8.RasterIngestRunner
-
- STORE_HINT_KEY - Static variable in class mil.nga.giat.geowave.core.store.GeoWaveStoreFinder
-
- STORE_HINT_OPTION - Static variable in class mil.nga.giat.geowave.core.store.GeoWaveStoreFinder
-
- STORE_TYPE_PROPERTY_NAME - Static variable in class mil.nga.giat.geowave.test.GeoWaveITRunner
-
- storeAll(ParameterEnum<?>[], Object[]) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
- StoreFactoryFamilySpi - Interface in mil.nga.giat.geowave.core.store
-
- StoreFactoryOptions - Class in mil.nga.giat.geowave.core.store
-
This interface doesn't actually do anything, is just used for tracking during
development.
- StoreFactoryOptions() - Constructor for class mil.nga.giat.geowave.core.store.StoreFactoryOptions
-
- storeIfEmpty(ParameterEnum<?>, Serializable) - Method in class mil.nga.giat.geowave.analytic.PropertyManagement
-
Does not work for non-serializable data (e.g.
- StoreLoader - Class in mil.nga.giat.geowave.core.store.operations.remote.options
-
This is a convenience class which sets up some obvious values in the
OperationParams based on the parsed 'store name' from the main parameter.
- StoreLoader(String) - Constructor for class mil.nga.giat.geowave.core.store.operations.remote.options.StoreLoader
-
Constructor
- storeOptions - Variable in class mil.nga.giat.geowave.core.ingest.hdfs.mapreduce.IngestFromHdfsDriver
-
- storeOptions - Variable in class mil.nga.giat.geowave.core.ingest.local.LocalFileIngestDriver
-
- StoreParameters - Class in mil.nga.giat.geowave.analytic.param
-
- StoreParameters() - Constructor for class mil.nga.giat.geowave.analytic.param.StoreParameters
-
- StoreParameters.StoreParam - Enum in mil.nga.giat.geowave.analytic.param
-
- StoreTestEnvironment - Class in mil.nga.giat.geowave.test
-
- StoreTestEnvironment() - Constructor for class mil.nga.giat.geowave.test.StoreTestEnvironment
-
- string2Doc(String) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.JDOMUtils
-
- StringArraySerializationProvider - Class in mil.nga.giat.geowave.core.store.data.field.base
-
- StringArraySerializationProvider() - Constructor for class mil.nga.giat.geowave.core.store.data.field.base.StringArraySerializationProvider
-
- stringFromBinary(byte[]) - Static method in class mil.nga.giat.geowave.core.index.StringUtils
-
Utility to convert bytes to a String
- stringReader - Variable in class mil.nga.giat.geowave.cli.osm.mapreduce.Convert.SimpleFeatureGenerator.OSMUnion
-
- StringReader() - Constructor for class mil.nga.giat.geowave.core.store.data.field.base.StringSerializationProvider.StringReader
-
- StringSerializationProvider - Class in mil.nga.giat.geowave.core.store.data.field.base
-
- StringSerializationProvider() - Constructor for class mil.nga.giat.geowave.core.store.data.field.base.StringSerializationProvider
-
- StringSerializationProvider.StringReader - Class in mil.nga.giat.geowave.core.store.data.field.base
-
- StringSerializationProvider.StringWriter - Class in mil.nga.giat.geowave.core.store.data.field.base
-
- stringsFromBinary(byte[]) - Static method in class mil.nga.giat.geowave.core.index.StringUtils
-
Utility to convert bytes to a String
- stringsToBinary(String[]) - Static method in class mil.nga.giat.geowave.core.index.StringUtils
-
Utility to convert a String to bytes
- stringToBinary(String) - Static method in class mil.nga.giat.geowave.core.index.StringUtils
-
Utility to convert a String to bytes
- StringToByteArrayConverter() - Constructor for class mil.nga.giat.geowave.cli.debug.AbstractGeoWaveQuery.StringToByteArrayConverter
-
- StringToDateFieldConverter() - Constructor for class mil.nga.giat.geowave.format.geotools.vector.retyping.date.DateFieldOptionProvider.StringToDateFieldConverter
-
- StringUtils - Class in mil.nga.giat.geowave.core.index
-
Convenience methods for converting to and from strings.
- StringUtils() - Constructor for class mil.nga.giat.geowave.core.index.StringUtils
-
- stringWriter - Variable in class mil.nga.giat.geowave.cli.osm.mapreduce.Ingest.OSMMapperBase
-
- StringWriter() - Constructor for class mil.nga.giat.geowave.core.store.data.field.base.StringSerializationProvider.StringWriter
-
- StripWeakCentroidsRunner<T> - Class in mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner
-
Remove weak centers.
- StripWeakCentroidsRunner() - Constructor for class mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner.StripWeakCentroidsRunner
-
- StripWeakCentroidsRunner.BreakStrategy<T> - Interface in mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner
-
- StripWeakCentroidsRunner.MaxChangeBreakStrategy<T> - Class in mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner
-
- StripWeakCentroidsRunner.StableChangeBreakStrategy<T> - Class in mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner
-
- StripWeakCentroidsRunner.TailMaxBreakStrategy<T> - Class in mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner
-
- StripWeakCentroidsRunner.TailStableChangeBreakStrategy<T> - Class in mil.nga.giat.geowave.analytic.mapreduce.kmeans.runner
-
- sub(Length, Length) - Static method in class mil.nga.giat.geowave.format.stanag4676.parser.util.Length
-
- subMappings - Variable in class mil.nga.giat.geowave.cli.osm.osmfeature.types.features.FeatureDefinition
-
- submit(Configuration, PropertyManagement, GeoWaveAnalyticJobRunner) - Method in interface mil.nga.giat.geowave.analytic.mapreduce.MapReduceIntegration
-
- submit(Configuration, PropertyManagement, GeoWaveAnalyticJobRunner) - Method in class mil.nga.giat.geowave.analytic.mapreduce.ToolRunnerMapReduceIntegration
-
- SubsampleProcess - Class in mil.nga.giat.geowave.adapter.vector.plugin
-
This class can be used as a GeoTools Render Transform ('geowave:Subsample')
within an SLD on any layer that uses the GeoWave Data Store.
- SubsampleProcess() - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.SubsampleProcess
-
- SubStrategy(NumericIndexStrategy, byte[]) - Constructor for class mil.nga.giat.geowave.core.index.HierarchicalNumericIndexStrategy.SubStrategy
-
- sum(double, boolean) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.FixedBinNumericHistogram
-
Estimate number of values consumed up to provided value.
- sum(double, boolean) - Method in class mil.nga.giat.geowave.core.store.adapter.statistics.histogram.MinimalBinDistanceHistogram
-
Estimate number of values consumed up to provided value.
- sum(double, boolean) - Method in interface mil.nga.giat.geowave.core.store.adapter.statistics.histogram.NumericHistogram
-
Estimate number of values consumed up to provided value.
- supportsFile(File) - Method in interface mil.nga.giat.geowave.core.ingest.local.LocalPluginBase
-
This method will be called for every file that matches the given
extensions.
- supportsFile(File) - Method in class mil.nga.giat.geowave.format.avro.AvroIngestPlugin
-
- supportsFile(File) - Method in class mil.nga.giat.geowave.format.gdelt.GDELTIngestPlugin
-
- supportsFile(File) - Method in class mil.nga.giat.geowave.format.geolife.GeoLifeIngestPlugin
-
- supportsFile(File) - Method in class mil.nga.giat.geowave.format.geotools.raster.GeoToolsRasterDataStoreIngestPlugin
-
- supportsFile(File) - Method in class mil.nga.giat.geowave.format.geotools.vector.GeoToolsVectorDataStoreIngestPlugin
-
- supportsFile(File) - Method in class mil.nga.giat.geowave.format.gpx.GpxIngestPlugin
-
- supportsFile(File) - Method in class mil.nga.giat.geowave.format.stanag4676.Stanag4676IngestPlugin
-
- supportsFile(File) - Method in class mil.nga.giat.geowave.format.tdrive.TdriveIngestPlugin
-
- supportsFile(File) - Method in class mil.nga.giat.geowave.format.twitter.TwitterIngestPlugin
-
- supportsSorting(SortBy[]) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.GeoWaveQueryCaps
-
- swapEndianFormat(byte[]) - Static method in class mil.nga.giat.geowave.core.index.sfc.zorder.ZOrderUtils
-
- SymbolicSpectralRange - Enum in mil.nga.giat.geowave.format.stanag4676.parser.model
-
Enumeration Provides image/video related feature data pertinent to a track.
- validate() - Method in class mil.nga.giat.geowave.adapter.vector.util.SimpleFeatureWrapper
-
- validate(File) - Static method in class mil.nga.giat.geowave.format.gdelt.GDELTUtils
-
- validate(File) - Static method in class mil.nga.giat.geowave.format.geolife.GeoLifeUtils
-
- validate(File) - Static method in class mil.nga.giat.geowave.format.tdrive.TdriveUtils
-
- validate(File) - Static method in class mil.nga.giat.geowave.format.twitter.TwitterUtils
-
- validateConstraints(BasicQueryFilter.BasicQueryCompareOp, MultiDimensionalNumericData, MultiDimensionalNumericData) - Method in class mil.nga.giat.geowave.core.store.filter.BasicQueryFilter
-
- validateGpx(File) - Static method in class mil.nga.giat.geowave.format.gpx.GpxUtils
-
- validateOptions(Map<String, String>) - Method in class mil.nga.giat.geowave.datastore.accumulo.query.AttributeSubsettingIterator
-
- validateOptions(JobContext) - Static method in class mil.nga.giat.geowave.mapreduce.input.GeoWaveInputFormat
-
Check whether a configuration is fully configured to be used with an
Accumulo InputFormat.
- validateURL(Object) - Static method in class mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveGTRasterFormat
-
- value - Variable in class mil.nga.giat.geowave.adapter.vector.avro.AvroSimpleFeature
-
Deprecated.
- value() - Method in class mil.nga.giat.geowave.test.annotation.GeoWaveTestStoreImpl
-
- VALUE_FIELD_NUMBER - Static variable in class mil.nga.giat.geowave.datastore.hbase.query.generated.AggregationProtos.AggregationResponse
-
- VALUE_FIELD_NUMBER - Static variable in class mil.nga.giat.geowave.datastore.hbase.query.protobuf.AggregationProtos.AggregationResponse
-
- valueConfidence - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackIdentity
-
A measure of confidence that a correct identity is made.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterConfig.ConfigParameter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.analytic.AnalyticFeature.ClusterFeatureAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.analytic.kmeans.serial.AnalyticStats.StatValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.analytic.nn.NeighborList.InferType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.analytic.param.CentroidParameters.Centroid
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.analytic.param.ClusteringParameters.Clustering
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.analytic.param.CommonParameters.Common
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.analytic.param.ExtractParameters.Extract
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.analytic.param.GlobalParameters.Global
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.analytic.param.HullParameters.Hull
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.analytic.param.InputParameters.Input
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.analytic.param.JumpParameters.Jump
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.analytic.param.MapReduceParameters.MRConfig
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.analytic.param.OutputParameters.Output
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.analytic.param.PartitionParameters.Partition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.analytic.param.SampleParameters.Sample
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.analytic.param.StoreParameters.StoreParam
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.cli.geoserver.GeoServerAddLayerCommand.AddOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.cli.osm.mapreduce.Convert.SimpleFeatureGenerator.OSMType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.cli.osm.osmfeature.types.features.FeatureType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.cli.osm.types.generated.MemberType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.core.geotime.index.dimension.TemporalBinningStrategy.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.core.geotime.ingest.SpatialTemporalDimensionalityTypeProvider.Bias
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.core.geotime.store.filter.SpatialQueryFilter.CompareOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.core.index.ByteArrayRange.MergeOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.core.index.sfc.SFCFactory.SFCType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.core.store.data.field.ArrayWriter.Encoding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.core.store.filter.BasicQueryFilter.BasicQueryCompareOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.core.store.memory.MemoryStoreUtils.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.core.store.operations.remote.options.IndexPluginOptions.PartitionStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.ClassificationLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.ExerciseIndicator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.FrequencyUnitType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.Identity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.IdentityAmplification
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.IffMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.LineageRelationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.ModalityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.ObjectClassification
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.SimulationIndicator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.SymbolicSpectralRange
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEnvironment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.TrackerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.TrackStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.util.Length.LengthUnits
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase.GeoWaveConfg
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.mapreduce.input.GeoWaveInputConfigurator.InputConfig
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.test.annotation.Environments.Environment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.test.annotation.GeoWaveTestStore.GeoWaveStoreType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mil.nga.giat.geowave.test.TestUtils.DimensionalityType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum mil.nga.giat.geowave.adapter.raster.plugin.GeoWaveRasterConfig.ConfigParameter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class mil.nga.giat.geowave.adapter.vector.avro.AttributeValues
-
Deprecated.
- values() - Static method in enum mil.nga.giat.geowave.analytic.AnalyticFeature.ClusterFeatureAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class mil.nga.giat.geowave.analytic.GeoObjectDimensionValues
-
- values() - Static method in enum mil.nga.giat.geowave.analytic.kmeans.serial.AnalyticStats.StatValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.analytic.nn.NeighborList.InferType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.analytic.param.CentroidParameters.Centroid
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.analytic.param.ClusteringParameters.Clustering
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.analytic.param.CommonParameters.Common
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.analytic.param.ExtractParameters.Extract
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.analytic.param.GlobalParameters.Global
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.analytic.param.HullParameters.Hull
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.analytic.param.InputParameters.Input
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.analytic.param.JumpParameters.Jump
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.analytic.param.MapReduceParameters.MRConfig
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.analytic.param.OutputParameters.Output
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.analytic.param.PartitionParameters.Partition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.analytic.param.SampleParameters.Sample
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.analytic.param.StoreParameters.StoreParam
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.cli.geoserver.GeoServerAddLayerCommand.AddOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.cli.osm.mapreduce.Convert.SimpleFeatureGenerator.OSMType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.cli.osm.osmfeature.types.features.FeatureType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.cli.osm.types.generated.MemberType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.core.geotime.index.dimension.TemporalBinningStrategy.Unit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.core.geotime.ingest.SpatialTemporalDimensionalityTypeProvider.Bias
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.core.geotime.store.filter.SpatialQueryFilter.CompareOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.core.index.ByteArrayRange.MergeOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.core.index.sfc.SFCFactory.SFCType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.core.store.data.field.ArrayWriter.Encoding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.core.store.filter.BasicQueryFilter.BasicQueryCompareOperation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.core.store.memory.MemoryStoreUtils.NodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.core.store.operations.remote.options.IndexPluginOptions.PartitionStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.ClassificationLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.ExerciseIndicator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.FrequencyUnitType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.Identity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.IdentityAmplification
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.IffMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.LineageRelationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.ModalityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.ObjectClassification
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.SimulationIndicator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.SymbolicSpectralRange
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.TrackEnvironment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.TrackerType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.model.TrackStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.format.stanag4676.parser.util.Length.LengthUnits
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.mapreduce.GeoWaveConfiguratorBase.GeoWaveConfg
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.mapreduce.input.GeoWaveInputConfigurator.InputConfig
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.test.annotation.Environments.Environment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.test.annotation.GeoWaveTestStore.GeoWaveStoreType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mil.nga.giat.geowave.test.TestUtils.DimensionalityType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VariableSizeObjectArrayReader(FieldReader<FieldType>) - Constructor for class mil.nga.giat.geowave.core.store.data.field.ArrayReader.VariableSizeObjectArrayReader
-
- VariableSizeObjectArrayWriter(FieldWriter<RowType, FieldType>) - Constructor for class mil.nga.giat.geowave.core.store.data.field.ArrayWriter.VariableSizeObjectArrayWriter
-
- VariableSizeObjectArrayWriter(FieldWriter<RowType, FieldType>, FieldVisibilityHandler<RowType, Object>) - Constructor for class mil.nga.giat.geowave.core.store.data.field.ArrayWriter.VariableSizeObjectArrayWriter
-
- VectorExportCLIProvider - Class in mil.nga.giat.geowave.adapter.vector.export
-
- VectorExportCLIProvider() - Constructor for class mil.nga.giat.geowave.adapter.vector.export.VectorExportCLIProvider
-
- VectorExportMapper - Class in mil.nga.giat.geowave.adapter.vector.export
-
- VectorExportMapper() - Constructor for class mil.nga.giat.geowave.adapter.vector.export.VectorExportMapper
-
- VectorExportOptions - Class in mil.nga.giat.geowave.adapter.vector.export
-
- VectorExportOptions() - Constructor for class mil.nga.giat.geowave.adapter.vector.export.VectorExportOptions
-
- VectorIngestRunner - Class in mil.nga.giat.geowave.format.landsat8
-
- VectorIngestRunner(Landsat8BasicCommandLineOptions, List<String>) - Constructor for class mil.nga.giat.geowave.format.landsat8.VectorIngestRunner
-
- VectorLocalExportCommand - Class in mil.nga.giat.geowave.adapter.vector.export
-
- VectorLocalExportCommand() - Constructor for class mil.nga.giat.geowave.adapter.vector.export.VectorLocalExportCommand
-
- VectorLocalExportOptions - Class in mil.nga.giat.geowave.adapter.vector.export
-
- VectorLocalExportOptions() - Constructor for class mil.nga.giat.geowave.adapter.vector.export.VectorLocalExportOptions
-
- VectorMRExportCommand - Class in mil.nga.giat.geowave.adapter.vector.export
-
- VectorMRExportCommand() - Constructor for class mil.nga.giat.geowave.adapter.vector.export.VectorMRExportCommand
-
- VectorMRExportJobRunner - Class in mil.nga.giat.geowave.adapter.vector.export
-
- VectorMRExportJobRunner(DataStorePluginOptions, VectorMRExportOptions, String, String) - Constructor for class mil.nga.giat.geowave.adapter.vector.export.VectorMRExportJobRunner
-
- VectorMRExportOptions - Class in mil.nga.giat.geowave.adapter.vector.export
-
- VectorMRExportOptions() - Constructor for class mil.nga.giat.geowave.adapter.vector.export.VectorMRExportOptions
-
- VectorOverrideCommandLineOptions - Class in mil.nga.giat.geowave.format.landsat8
-
- VectorOverrideCommandLineOptions() - Constructor for class mil.nga.giat.geowave.format.landsat8.VectorOverrideCommandLineOptions
-
- vectorOverrideOptions - Variable in class mil.nga.giat.geowave.format.landsat8.Landsat8IngestCommand
-
- VectorSection - Class in mil.nga.giat.geowave.adapter.vector.export
-
- VectorSection() - Constructor for class mil.nga.giat.geowave.adapter.vector.export.VectorSection
-
- velocityX - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
The X component of the track velocity
- velocityY - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
The Y component of the track velocity
- velocityZ - Variable in class mil.nga.giat.geowave.format.stanag4676.parser.model.TrackPointDetail
-
The Z component of the track velocity
- verifyCoprocessor(String, String, String) - Method in class mil.nga.giat.geowave.datastore.hbase.operations.BasicHBaseOperations
-
- verifyCoprocessors - Variable in class mil.nga.giat.geowave.datastore.hbase.operations.config.HBaseOptions
-
- VERSION - Static variable in class mil.nga.giat.geowave.cli.osm.accumulo.osmschema.ColumnQualifier
-
- Version - Variable in class mil.nga.giat.geowave.cli.osm.mapreduce.Convert.SimpleFeatureGenerator.OSMUnion
-
- version - Variable in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
Deprecated.
- VersionUtils - Class in mil.nga.giat.geowave.core.cli
-
- VersionUtils() - Constructor for class mil.nga.giat.geowave.core.cli.VersionUtils
-
- visibility - Variable in class mil.nga.giat.geowave.core.store.adapter.statistics.AbstractDataStatistics
-
- visibility - Variable in class mil.nga.giat.geowave.format.gpx.GpxTrack
-
Deprecated.
- VisibilityConfiguration - Class in mil.nga.giat.geowave.adapter.vector.plugin.visibility
-
- VisibilityConfiguration() - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.visibility.VisibilityConfiguration
-
- VisibilityConfiguration(SimpleFeatureType) - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.visibility.VisibilityConfiguration
-
- visibilityCounts - Variable in class mil.nga.giat.geowave.datastore.accumulo.query.AccumuloQuery
-
- VisibilityManagement<T> - Interface in mil.nga.giat.geowave.core.store.data.visibility
-
Provides a single consolidated tool to determine the visibility for a
specific field.
- VisibilityManagementHelper - Class in mil.nga.giat.geowave.adapter.vector.plugin.visibility
-
At the moment, the expectation is that a single GeoServer instance supports
only one visibility management approach/format.
- VisibilityManagementHelper() - Constructor for class mil.nga.giat.geowave.adapter.vector.plugin.visibility.VisibilityManagementHelper
-
- VisibilityOptions - Class in mil.nga.giat.geowave.core.store.operations.remote.options
-
- VisibilityOptions() - Constructor for class mil.nga.giat.geowave.core.store.operations.remote.options.VisibilityOptions
-
- VisibilityTransformer - Class in mil.nga.giat.geowave.datastore.accumulo.util
-
- VisibilityTransformer(String, String) - Constructor for class mil.nga.giat.geowave.datastore.accumulo.util.VisibilityTransformer
-
- VisibilityWriter<RowType> - Interface in mil.nga.giat.geowave.core.store.data
-
This interface is used to write data for a row in a GeoWave data store.
- Visible - Variable in class mil.nga.giat.geowave.cli.osm.mapreduce.Convert.SimpleFeatureGenerator.OSMUnion
-
- visible - Variable in class mil.nga.giat.geowave.cli.osm.types.generated.Primitive
-
Deprecated.
- visit(PropertyName, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractAttributesFilter
-
- visit(ExcludeFilter, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(IncludeFilter, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(BBOX, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(Literal, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
Please note we are only visiting literals involved in spatial operations.
- visit(And, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(Not, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(Or, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(Beyond, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(Contains, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(Crosses, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(Disjoint, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(DWithin, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(Equals, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(Intersects, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(Overlaps, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(Touches, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(Within, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(Add, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(Divide, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(Function, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(Id, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(Multiply, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(NilExpression, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(PropertyIsBetween, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(PropertyIsEqualTo, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(PropertyIsGreaterThan, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(PropertyIsGreaterThanOrEqualTo, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(PropertyIsLessThan, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(PropertyIsLessThanOrEqualTo, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(PropertyIsLike, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(PropertyIsNotEqualTo, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(PropertyIsNull, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(PropertyName, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(Subtract, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visit(ExcludeFilter, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(IncludeFilter, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Literal, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
Please note we are only visiting literals involved in spatial operations.
- visit(And, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Not, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Or, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(After, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(AnyInteracts, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Before, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Begins, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(BegunBy, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(During, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(EndedBy, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Ends, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Meets, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(MetBy, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(OverlappedBy, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(TContains, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(TEquals, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(TOverlaps, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Id, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(PropertyIsBetween, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(PropertyIsEqualTo, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(PropertyIsNotEqualTo, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(PropertyIsGreaterThan, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(PropertyIsGreaterThanOrEqualTo, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(PropertyIsLessThan, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(PropertyIsLessThanOrEqualTo, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(PropertyIsLike, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(PropertyIsNull, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(PropertyIsNil, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(BBOX, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Beyond, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Contains, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Crosses, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Disjoint, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(DWithin, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Equals, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Intersects, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Overlaps, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Touches, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Within, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(NilExpression, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Add, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Divide, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Function, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(PropertyName, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(Subtract, Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visit(ExcludeFilter, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(IncludeFilter, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(And, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(Id, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
builds a ecql id expression: in (id1, id2, ...)
- visit(Not, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
builds the Not logical operator
- visit(Or, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
Builds the OR logical operator.
- visit(PropertyIsBetween, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
builds the BETWEEN predicate
- visit(PropertyIsEqualTo, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
Output EQUAL filter (will checks for ECQL geospatial operations).
- visit(PropertyIsNotEqualTo, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(PropertyIsGreaterThan, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(PropertyIsGreaterThanOrEqualTo, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(PropertyIsLessThan, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(PropertyIsLessThanOrEqualTo, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(PropertyIsLike, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(PropertyIsNull, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(PropertyIsNil, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(BBOX, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(Beyond, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(Contains, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(Crosses, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(Disjoint, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(DWithin, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
DWithin spatial operator will find out if a feature in a datalayer is
within X meters of a point, line, or polygon.
- visit(Equals, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(Intersects, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(Overlaps, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(Touches, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(Within, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(After, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(Before, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(AnyInteracts, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(Begins, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(BegunBy, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(During, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(EndedBy, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(Ends, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(Meets, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(MetBy, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(OverlappedBy, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(TContains, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(TEquals, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(TOverlaps, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visit(ExcludeFilter, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(IncludeFilter, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Literal, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
Please note we are only visiting literals involved in spatial operations.
- visit(And, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Not, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Or, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(After, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(AnyInteracts, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Before, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Begins, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(BegunBy, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(During, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(EndedBy, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Ends, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Meets, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(MetBy, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(OverlappedBy, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(TContains, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(TEquals, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(TOverlaps, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Id, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(PropertyIsBetween, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(PropertyIsEqualTo, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(PropertyIsNotEqualTo, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(PropertyIsGreaterThan, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(PropertyIsGreaterThanOrEqualTo, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(PropertyIsLessThan, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(PropertyIsLessThanOrEqualTo, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(PropertyIsLike, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(PropertyIsNull, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(PropertyIsNil, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(BBOX, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Beyond, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Contains, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Crosses, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Disjoint, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(DWithin, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Equals, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Intersects, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Overlaps, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Touches, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Within, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(NilExpression, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Add, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Divide, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Function, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(PropertyName, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(Subtract, Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-
- visit(PropertyIsBetween, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(PropertyIsEqualTo, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(PropertyIsNotEqualTo, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(PropertyIsGreaterThan, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(PropertyIsGreaterThanOrEqualTo, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(PropertyIsLessThan, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(PropertyIsLessThanOrEqualTo, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(PropertyIsLike, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(PropertyIsNull, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(PropertyIsNil, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(BBOX, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(Beyond, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(Contains, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(Crosses, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(Disjoint, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(DWithin, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(Equals, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(Intersects, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(Overlaps, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(Touches, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(Within, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(After, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(AnyInteracts, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(Before, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(Begins, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(BegunBy, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(During, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(EndedBy, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(Ends, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(Meets, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(MetBy, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(OverlappedBy, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(TContains, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(TEquals, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visit(TOverlaps, Object) - Method in class mil.nga.giat.geowave.format.landsat8.PropertyIgnoringFilterVisitor
-
- visitFile(Path, BasicFileAttributes) - Method in class mil.nga.giat.geowave.core.ingest.local.LocalPluginFileVisitor
-
- visitFileFailed(Path, IOException) - Method in class mil.nga.giat.geowave.core.ingest.local.LocalPluginFileVisitor
-
- visitNullFilter(Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractGeometryFilterVisitor
-
- visitNullFilter(Object) - Method in class mil.nga.giat.geowave.adapter.vector.plugin.ExtractTimeFilterVisitor
-
- visitNullFilter(Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.FilterToECQLExtension
-
- visitNullFilter(Object) - Method in class mil.nga.giat.geowave.adapter.vector.query.cql.PropertyFilterVisitor
-